I have the refuel again working for the AI_A2A_DISPATCHER.

And the status checks are again functional for CAP and GCI!
This commit is contained in:
FlightControl
2018-10-01 20:29:33 +02:00
parent d037614861
commit 8f6a3d5c49
5 changed files with 6 additions and 8 deletions

View File

@@ -290,6 +290,7 @@ end
-- @param #string To The To State string.
function AI_A2A_GCI:onafterStart( AIIntercept, From, Event, To )
self:GetParent( self ).onafterStart( self, AIIntercept, From, Event, To )
AIIntercept:HandleEvent( EVENTS.Takeoff, nil, self )
end