diff --git a/SQF/dayz_code/compile/building_spawnZombies.sqf b/SQF/dayz_code/compile/building_spawnZombies.sqf index e592a428a..dd1191b3f 100644 --- a/SQF/dayz_code/compile/building_spawnZombies.sqf +++ b/SQF/dayz_code/compile/building_spawnZombies.sqf @@ -26,8 +26,8 @@ _enabled = false; if (_canLoot ) then { //Get zombie class _unitTypes = getArray (_config >> "zombieClass"); - _min = getNumber (_config >> "maxRoaming"); - _max = getNumber (_config >> "minRoaming"); + _min = getNumber (_config >> "minRoaming"); + _max = getNumber (_config >> "maxRoaming"); _zombieChance = getNumber (_config >> "zombieChance"); //Walking Zombies @@ -67,4 +67,4 @@ if (_canLoot ) then { }; }; -//diag_log ("2 end"); \ No newline at end of file +//diag_log ("2 end");