disable null cleanup by default

This commit is contained in:
[VB]AWOL
2013-12-08 09:33:45 -06:00
parent 63851f9b94
commit 78c9f6324b
2 changed files with 12 additions and 5 deletions

View File

@@ -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 = [];