mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Controllable log output
Controllable, changed self:E to self:F/T2 since it was spamming the DCS log. Airboss docs. Spawn scheduler(self,...) --> scheduler(nil,...)
This commit is contained in:
@@ -2639,7 +2639,7 @@ function SPAWN:_OnEngineShutDown( EventData )
|
||||
self:T( { "EngineShutDown: ", "ReSpawn:", SpawnGroup:GetName(), SpawnGroupIndex } )
|
||||
--self:ReSpawn( SpawnGroupIndex )
|
||||
-- Delay respawn by three seconds due to DCS 2.5.4 OB bug https://github.com/FlightControl-Master/MOOSE/issues/1076
|
||||
SCHEDULER:New(self, self.ReSpawn, {SpawnGroupIndex}, 3)
|
||||
SCHEDULER:New(nil, self.ReSpawn, {self, SpawnGroupIndex}, 3)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user