mirror of
https://github.com/celisej567/BCWSsrc.git
synced 2026-09-15 20:12:39 +03:00
Fixed VBSP VScript documentation not working
This commit is contained in:
@@ -1247,7 +1247,7 @@ int RunVBSP( int argc, char **argv )
|
||||
}
|
||||
|
||||
char szCommand[512];
|
||||
_snprintf( szCommand, sizeof( szCommand ), "PrintHelp( \"%s\" );", pszArg1 );
|
||||
_snprintf( szCommand, sizeof( szCommand ), "__Documentation.PrintHelp( \"%s\" );", pszArg1 );
|
||||
g_pScriptVM->Run( szCommand );
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user