moved var so server and client have it

This commit is contained in:
[VB]AWOL
2013-10-28 19:03:50 -05:00
parent 357e0cf1b4
commit dd90ebc445

View File

@@ -459,6 +459,10 @@ if(isNil "dayz_zedsAttackVehicles") then {
dayz_zedsAttackVehicles = true;
};
if(isNil "DZE_FriendlySaving") then {
DZE_FriendlySaving = true;
};
// update objects
dayz_updateObjects = ["Plane","Car", "Helicopter", "Motorcycle", "Ship", "TentStorage", "VaultStorage","LockboxStorage","OutHouse_DZ","Wooden_shed_DZ","WoodShack_DZ","StorageShed_DZ"];
dayz_disallowedVault = ["TentStorage", "BuiltItems","ModularItems","DZE_Base_Object"];