mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Small Optimizations
This commit is contained in:
@@ -704,9 +704,9 @@ server_timeSync = {
|
|||||||
|
|
||||||
if(dayz_fullMoonNights) then {
|
if(dayz_fullMoonNights) then {
|
||||||
//date setup
|
//date setup
|
||||||
_year = _date select 0;
|
//_year = _date select 0;
|
||||||
_month = _date select 1;
|
//_month = _date select 1;
|
||||||
_day = _date select 2;
|
//_day = _date select 2;
|
||||||
_hour = _date select 3;
|
_hour = _date select 3;
|
||||||
_minute = _date select 4;
|
_minute = _date select 4;
|
||||||
|
|
||||||
@@ -766,7 +766,7 @@ server_spawnCleanNull = {
|
|||||||
if (isNull _x) then {
|
if (isNull _x) then {
|
||||||
//diag_log (format["CLEANUP: Purge performed on null OBJ: %1",_x]);
|
//diag_log (format["CLEANUP: Purge performed on null OBJ: %1",_x]);
|
||||||
_x call dayz_perform_purge;
|
_x call dayz_perform_purge;
|
||||||
sleep 0.025;
|
sleep 1;
|
||||||
_delQtyNull = _delQtyNull + 1;
|
_delQtyNull = _delQtyNull + 1;
|
||||||
};
|
};
|
||||||
sleep 0.001;
|
sleep 0.001;
|
||||||
|
|||||||
Reference in New Issue
Block a user