diff --git a/@epochhive/addons/custom_server/Compiles/Missions/GMS_fnc_missionSpawner.sqf b/@epochhive/addons/custom_server/Compiles/Missions/GMS_fnc_missionSpawner.sqf index 5aebdd4..edfb620 100644 --- a/@epochhive/addons/custom_server/Compiles/Missions/GMS_fnc_missionSpawner.sqf +++ b/@epochhive/addons/custom_server/Compiles/Missions/GMS_fnc_missionSpawner.sqf @@ -102,7 +102,7 @@ _fn_playerWithinRange = { { if (isPlayer _x and _x distance _pos <= blck_TriggerDistance) then {_return = true}; - }forEach playableunits; + }forEach allPlayers; // bug fix for arma 1.66 in which playableunits is broken _return; };