mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
disable null cleanup by default
This commit is contained in:
@@ -523,6 +523,11 @@ if(isServer) then {
|
||||
DZE_BackpackGuard = true;
|
||||
};
|
||||
|
||||
if(isNil "DZE_CleanNull") then {
|
||||
DZE_CleanNull = false;
|
||||
};
|
||||
|
||||
|
||||
//dayz_flyMonitor = []; //used for monitor flies
|
||||
//DZE_FlyWorkingSet = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user