From fa67ecc39fcd7944b9d81d964d01676a3107effb Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 5 Nov 2019 14:28:34 -0600 Subject: [PATCH] Removing unused variable dayz_currentGlobalAnimals --- SQF/dayz_code/system/player_spawn_2.sqf | 1 - 1 file changed, 1 deletion(-) 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;