mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Removing unused variable dayz_currentGlobalAnimals
This commit is contained in:
@@ -349,7 +349,6 @@ while {1 == 1} do {
|
|||||||
if ((diag_tickTime - _timer1) > 10) then {
|
if ((diag_tickTime - _timer1) > 10) then {
|
||||||
_position = getPosATL player;
|
_position = getPosATL player;
|
||||||
//Other Counters
|
//Other Counters
|
||||||
dayz_currentGlobalAnimals = count entities "CAAnimalBase";
|
|
||||||
dayz_currentGlobalZombies = count entities "zZombie_Base";
|
dayz_currentGlobalZombies = count entities "zZombie_Base";
|
||||||
_zeds = _position nearEntities ["zZombie_Base",200];
|
_zeds = _position nearEntities ["zZombie_Base",200];
|
||||||
dayz_spawnZombies = 0;
|
dayz_spawnZombies = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user