mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Initial flight mode is formation.
This commit is contained in:
parent
4296dbade7
commit
bc9060adfc
@ -365,9 +365,11 @@ function AI_ESCORT:onafterStart( EscortGroupSet )
|
||||
|
||||
self:_InitEscortMenus( EscortGroup )
|
||||
self:_InitEscortRoute( EscortGroup )
|
||||
|
||||
|
||||
self:ModeFormation( EscortGroup )
|
||||
end
|
||||
)
|
||||
|
||||
|
||||
end
|
||||
|
||||
@ -1907,7 +1909,7 @@ function AI_ESCORT:_ReportTargetsScheduler( EscortGroup, Report )
|
||||
|
||||
end
|
||||
|
||||
EscortMenuAttackTargets:RemoveSubMenus( TimeUpdate, "Esort" )
|
||||
EscortMenuAttackTargets:RemoveSubMenus( TimeUpdate, "Escort" )
|
||||
|
||||
if Report then
|
||||
if DetectedTargets then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user