Remove two hardcoded Chernarus checks

Vanilla commit:

c8455bb718
This commit is contained in:
ebaydayz
2017-01-06 17:58:13 -05:00
parent 58025f591f
commit ad556aa0cb
2 changed files with 1 additions and 8 deletions

View File

@@ -27,13 +27,6 @@ sched_playershivewrite = {
_n = _n + 1;
};
};
if ([ -11000+500, 15360-21000+500, 0 ] distance _pos < 2000) then {
diag_log format [ "HACK, player %1 at anti-ESP zone, killing him but no HIVE save for him.", _x call fa_plr2str ];
_x setVariable ["CharacterID", nil, true ];
unassignVehicle _x;
_pos set [2, 2000]; // will be killed by gravity OR kick by anti TP
_x setPosATL _pos;
};
};
} forEach playableUnits;
if (_n > 0) then {