1.8 code merge needed here and revert x2 limit change

This commit is contained in:
[VB]AWOL
2014-06-22 17:20:51 -05:00
parent c651816e9f
commit 2bda70b516
3 changed files with 63 additions and 39 deletions

View File

@@ -700,7 +700,7 @@ if(!isDedicated) then {
//Used to limit overall zed counts
dayz_tickTimeOffset = 0;
dayz_currentWeaponHolders = 0;
dayz_maxMaxWeaponHolders = 160;
dayz_maxMaxWeaponHolders = 80;
dayz_maxCurrentZeds = 0;
dayz_inVehicle = false;
dayz_Magazines = [];