Removing unused variable dayz_currentGlobalAnimals

This commit is contained in:
worldwidesorrow
2019-11-05 14:28:34 -06:00
committed by GitHub
parent 41d85b99c9
commit fa67ecc39f

View File

@@ -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;