mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
increase WH limits x2
This commit is contained in:
@@ -700,7 +700,7 @@ if(!isDedicated) then {
|
||||
//Used to limit overall zed counts
|
||||
dayz_tickTimeOffset = 0;
|
||||
dayz_currentWeaponHolders = 0;
|
||||
dayz_maxMaxWeaponHolders = 80;
|
||||
dayz_maxMaxWeaponHolders = 160;
|
||||
dayz_maxCurrentZeds = 0;
|
||||
dayz_inVehicle = false;
|
||||
dayz_Magazines = [];
|
||||
|
||||
Reference in New Issue
Block a user