diff --git a/SQF/dayz_code/system/player_spawn_2.sqf b/SQF/dayz_code/system/player_spawn_2.sqf index 2286b218e..0f373434b 100644 --- a/SQF/dayz_code/system/player_spawn_2.sqf +++ b/SQF/dayz_code/system/player_spawn_2.sqf @@ -349,7 +349,6 @@ while {1 == 1} do { if ((diag_tickTime - _timer1) > 10) then { _position = getPosATL player; //Other Counters - dayz_currentGlobalAnimals = count entities "CAAnimalBase"; dayz_currentGlobalZombies = count entities "zZombie_Base"; _zeds = _position nearEntities ["zZombie_Base",200]; dayz_spawnZombies = 0;