Update DZE_SafeZonePosCheck with missing operator

I possibly just need a little more sleep and a little less epoch time
This commit is contained in:
oiad
2017-12-30 23:07:36 +13:00
parent 6248addc3f
commit 141b25e204

View File

@@ -853,7 +853,7 @@ DZE_SafeZonePosCheck = {
_position = _this select 0;
_skipPos = false;
if (DZE_SafeZoneZombieLoot || count _this > 1) then {
if (!DZE_SafeZoneZombieLoot || count _this > 1) then {
{
if ((_position distance (_x select 0)) < (if (count _this > 1) then {_this select 1} else {_x select 1})) exitWith {_skipPos = true;};
} forEach DZE_SafeZonePosArray;