mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
missing diag_log
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user