missing diag_log

This commit is contained in:
[VB]AWOL
2013-11-14 16:00:36 -06:00
parent a81c27a6b4
commit e3408828dd

View File

@@ -694,7 +694,6 @@ server_spawnCleanFire = {
server_spawnCleanLoot = { server_spawnCleanLoot = {
_delQty = 0; _delQty = 0;
_timeNow = diag_tickTime; _timeNow = diag_tickTime;
_delQty = 0;
{ {
if (local _x) then { if (local _x) then {
_keep = _x getVariable ["permaLoot",false]; _keep = _x getVariable ["permaLoot",false];
@@ -714,6 +713,9 @@ server_spawnCleanLoot = {
}; };
sleep 0.001; sleep 0.001;
} forEach (allMissionObjects "ReammoBox"); } forEach (allMissionObjects "ReammoBox");
if (_delQty > 0) then {
diag_log (format["CLEANUP: Deleted %1 Loot Piles",_delQty]);
};
}; };
server_spawnCleanAnimals = { server_spawnCleanAnimals = {