From c65cab2c9a6b225e889312fafeaa976ea83adb09 Mon Sep 17 00:00:00 2001 From: He-Man Date: Thu, 20 Dec 2018 20:05:18 +0100 Subject: [PATCH] Pole Check fix "nearestObjects[blck_mapCenter, [_pole], blck_minDistanceToBases]" only checks on mapcenter with blck_minDistanceToBases radius. --- .../custom_server/Compiles/Functions/GMS_fnc_findSafePosn.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@GMS/addons/custom_server/Compiles/Functions/GMS_fnc_findSafePosn.sqf b/@GMS/addons/custom_server/Compiles/Functions/GMS_fnc_findSafePosn.sqf index 7d75384..f70146d 100644 --- a/@GMS/addons/custom_server/Compiles/Functions/GMS_fnc_findSafePosn.sqf +++ b/@GMS/addons/custom_server/Compiles/Functions/GMS_fnc_findSafePosn.sqf @@ -73,7 +73,7 @@ while {_findNew} do { _findNew = true; }; - }forEach nearestObjects[blck_mapCenter, [_pole], blck_minDistanceToBases]; + }forEach (allmissionobjects _pole); }; if !(_findNew) then {