Fixed VBSP VScript documentation not working

This commit is contained in:
Blixibon 2021-03-04 11:37:32 -06:00
parent fd600b53aa
commit bd3b9c3807

View File

@ -1247,7 +1247,7 @@ int RunVBSP( int argc, char **argv )
} }
char szCommand[512]; char szCommand[512];
_snprintf( szCommand, sizeof( szCommand ), "PrintHelp( \"%s\" );", pszArg1 ); _snprintf( szCommand, sizeof( szCommand ), "__Documentation.PrintHelp( \"%s\" );", pszArg1 );
g_pScriptVM->Run( szCommand ); g_pScriptVM->Run( szCommand );
} }
else else