lower animal counts and removed unused variable MaxHeliCrashes

This commit is contained in:
[VB]AWOL
2014-01-16 16:35:31 -06:00
parent 8c24f2a1a4
commit ef779ba2e0
26 changed files with 55 additions and 54 deletions

View File

@@ -414,7 +414,7 @@ dayz_animalDistance = 800;
dayz_zSpawnDistance = 1000;
if(isNil "dayz_maxAnimals") then {
dayz_maxAnimals = 8;
dayz_maxAnimals = 5;
};
if(isNil "timezoneswitch") then {
timezoneswitch = 0;

View File

@@ -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;
};