mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fix reversed variable
This commit is contained in:
@@ -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");
|
||||
//diag_log ("2 end");
|
||||
|
||||
Reference in New Issue
Block a user