comment out diag

This commit is contained in:
[VB]AWOL
2013-12-08 09:26:32 -06:00
parent a5fdf0ec6a
commit 63851f9b94

View File

@@ -759,7 +759,7 @@ server_spawnCleanNull = {
_delQtyNull = 0;
{
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;
sleep 0.025;
_delQtyNull = _delQtyNull + 1;