From 618ccd37863678a91c1ef94cf5f4d30b422e666f Mon Sep 17 00:00:00 2001 From: MGT Date: Tue, 10 Jan 2017 10:18:43 +0000 Subject: [PATCH] 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 --- MPMissions/epoch.Altis/initPlayerLocal.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MPMissions/epoch.Altis/initPlayerLocal.sqf b/MPMissions/epoch.Altis/initPlayerLocal.sqf index 6b96d55..869f9c5 100644 --- a/MPMissions/epoch.Altis/initPlayerLocal.sqf +++ b/MPMissions/epoch.Altis/initPlayerLocal.sqf @@ -1 +1 @@ -call compile preprocessfilelinenumbers "debug\blckClient.sqf"; +execVM "debug\blckClient.sqf";