Update initPlayerLocal.sqf

Depending on end users mission file structure, not execVM'ing this could stall any later listed features, so it's safer to have it as this, it won't effect server threads
This commit is contained in:
MGT 2017-01-10 10:18:43 +00:00 committed by GitHub
parent ccf72d9cd1
commit 618ccd3786

View File

@ -1 +1 @@
call compile preprocessfilelinenumbers "debug\blckClient.sqf";
execVM "debug\blckClient.sqf";