This commit is contained in:
Frank
2019-07-21 23:59:05 +02:00
parent d4b9fc9e40
commit e17e635710
2 changed files with 2 additions and 3 deletions

View File

@@ -1178,7 +1178,7 @@ function RESCUEHELO:onafterReturned(From, Event, To, airbase)
if airbase then
local airbasename=airbase:GetName()
self:T(self.lid..string.format("Helo returned to airbase %s", tostring(airbasename)))
self:I(self.lid..string.format("Helo returned to airbase %s", tostring(airbasename)))
else
self:E(self.lid..string.format("WARNING: Helo landed but airbase (EventData.Place) is nil!"))
end