mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
comment out diag
This commit is contained in:
@@ -759,7 +759,7 @@ server_spawnCleanNull = {
|
|||||||
_delQtyNull = 0;
|
_delQtyNull = 0;
|
||||||
{
|
{
|
||||||
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 0.025;
|
||||||
_delQtyNull = _delQtyNull + 1;
|
_delQtyNull = _delQtyNull + 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user