mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Updates
This commit is contained in:
parent
d4b9fc9e40
commit
e17e635710
@ -1312,8 +1312,7 @@ function RECOVERYTANKER:OnEventEngineShutdown(EventData)
|
||||
group:InitRadioModulation(self.RadioModu)
|
||||
group:InitModex(self.modex)
|
||||
|
||||
-- Respawn tanker.
|
||||
-- Delaying respawn due to DCS bug https://github.com/FlightControl-Master/MOOSE/issues/1076
|
||||
-- Respawn tanker. Delaying respawn due to DCS bug https://github.com/FlightControl-Master/MOOSE/issues/1076
|
||||
SCHEDULER:New(nil , group.RespawnAtCurrentAirbase, {group}, 1)
|
||||
|
||||
-- Create tanker beacon and activate TACAN.
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user