diff --git a/r5dev/squirrel/sqscript.cpp b/r5dev/squirrel/sqscript.cpp index 7549b0e0..f389f663 100644 --- a/r5dev/squirrel/sqscript.cpp +++ b/r5dev/squirrel/sqscript.cpp @@ -148,7 +148,7 @@ SQBool Script_CreateServerVM() #ifndef DEDICATED //--------------------------------------------------------------------------------- // Purpose: Creates the CLIENT Squirrel VM -// Input : *chlclient - +// Input : *hlclient - // Output : True on success, false on failure //--------------------------------------------------------------------------------- SQBool Script_CreateClientVM(CHLClient* hlclient)