Initial flight mode is formation.

This commit is contained in:
FlightControl
2019-06-19 18:13:00 +03:00
parent 4296dbade7
commit bc9060adfc
+3 -1
View File
@@ -366,9 +366,11 @@ function AI_ESCORT:onafterStart( EscortGroupSet )
self:_InitEscortMenus( EscortGroup ) self:_InitEscortMenus( EscortGroup )
self:_InitEscortRoute( EscortGroup ) self:_InitEscortRoute( EscortGroup )
self:ModeFormation( EscortGroup )
end end
) )
end end
--- Set a Detection method for the EscortUnit to be reported upon. --- Set a Detection method for the EscortUnit to be reported upon.
@@ -1907,7 +1909,7 @@ function AI_ESCORT:_ReportTargetsScheduler( EscortGroup, Report )
end end
EscortMenuAttackTargets:RemoveSubMenus( TimeUpdate, "Esort" ) EscortMenuAttackTargets:RemoveSubMenus( TimeUpdate, "Escort" )
if Report then if Report then
if DetectedTargets then if DetectedTargets then