mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
missing diag_log
This commit is contained in:
@@ -694,7 +694,6 @@ server_spawnCleanFire = {
|
||||
server_spawnCleanLoot = {
|
||||
_delQty = 0;
|
||||
_timeNow = diag_tickTime;
|
||||
_delQty = 0;
|
||||
{
|
||||
if (local _x) then {
|
||||
_keep = _x getVariable ["permaLoot",false];
|
||||
@@ -714,6 +713,9 @@ server_spawnCleanLoot = {
|
||||
};
|
||||
sleep 0.001;
|
||||
} forEach (allMissionObjects "ReammoBox");
|
||||
if (_delQty > 0) then {
|
||||
diag_log (format["CLEANUP: Deleted %1 Loot Piles",_delQty]);
|
||||
};
|
||||
};
|
||||
|
||||
server_spawnCleanAnimals = {
|
||||
|
||||
Reference in New Issue
Block a user