diff --git a/SQF/dayz_server/init/server_functions.sqf b/SQF/dayz_server/init/server_functions.sqf index f121db628..8c2f0f561 100644 --- a/SQF/dayz_server/init/server_functions.sqf +++ b/SQF/dayz_server/init/server_functions.sqf @@ -704,9 +704,9 @@ server_timeSync = { if(dayz_fullMoonNights) then { //date setup - _year = _date select 0; - _month = _date select 1; - _day = _date select 2; + //_year = _date select 0; + //_month = _date select 1; + //_day = _date select 2; _hour = _date select 3; _minute = _date select 4; @@ -766,7 +766,7 @@ server_spawnCleanNull = { if (isNull _x) then { //diag_log (format["CLEANUP: Purge performed on null OBJ: %1",_x]); _x call dayz_perform_purge; - sleep 0.025; + sleep 1; _delQtyNull = _delQtyNull + 1; }; sleep 0.001; @@ -861,4 +861,4 @@ server_spawnCleanAnimals = { diag_log (format["CLEANUP: Deleted %1 Animals out of %2",_delQtyAnimal,_qty]); }; DZE_DYN_cleanLoot = nil; -}; \ No newline at end of file +};