mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
moved var so server and client have it
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user