Noise reducing measures

This commit is contained in:
Applevangelist
2021-12-15 13:46:33 +01:00
parent ab93866366
commit 07e00a8faf
4 changed files with 9 additions and 5 deletions

View File

@@ -802,7 +802,7 @@ function RESCUEHELO:_OnEventCrashOrEject(EventData)
-- Debug.
local text=string.format("Unit %s crashed or ejected.", unitname)
MESSAGE:New(text, 10, "DEBUG"):ToAllIf(self.Debug)
self:I(self.lid..text)
self:T(self.lid..text)
-- Get coordinate of unit.
local coord=unit:GetCoordinate()