Update sqscript.cpp

This commit is contained in:
Kawe Mazidjatari 2022-05-30 01:45:06 +02:00
parent 4a512522ab
commit 148a6f424c

View File

@ -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)