Skip to content

Commit a61f7f5

Browse files
committed
Missing semicolon fixes obvious symptoms of issue #20
1 parent a1eba48 commit a61f7f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/serverinit.sqf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ game_master = ["player1"];publicVariable "game_master";
202202
if (!zones_created) then { // CHECK IF ZONES ARE PLACED, IF NOT EXECUTE locatorZonesV1.sqf
203203
_zones_create = {[50,0.2] execVM "initZones\locatorZonesV2.sqf"} remoteExec ["bis_fnc_spawn", game_master select 0]; // CHECK IF ZONES HAVE ALREADY BEEN PLACED
204204
};
205-
}
206-
205+
};
206+
207207
waitUntil { !isNil "serv_zones_array" };
208208
diag_log format ["serv_zones_array: %1", serv_zones_array];
209209
_warcom_init = [serv_zones_array, getpos hq_blu1, [0,0,0], blufor_ap, opfor_ap, 2700,blufor_ai_skill,opfor_ai_skill, 2000] execVM "WARCOM\WARCOM_init.sqf"; // 2700 is 40 mins

0 commit comments

Comments
 (0)