mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-17 13:42:57 +03:00
lower animal counts and removed unused variable MaxHeliCrashes
This commit is contained in:
@@ -17,9 +17,7 @@ waituntil{isNil "sm_done"}; // prevent server_monitor be called twice (bug durin
|
||||
if(isnil "MaxVehicleLimit") then {
|
||||
MaxVehicleLimit = 50;
|
||||
};
|
||||
if(isnil "MaxHeliCrashes") then {
|
||||
MaxHeliCrashes = 5;
|
||||
};
|
||||
|
||||
if(isnil "MaxDynamicDebris") then {
|
||||
MaxDynamicDebris = 100;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user