This commit is contained in:
FlightControl
2019-06-20 21:50:52 +03:00
parent 83f8e76584
commit 3612d5d171
2 changed files with 11 additions and 5 deletions

View File

@@ -240,9 +240,8 @@ function AI_ESCORT_REQUEST:SpawnEscort()
Report:Add( "Joining Up " .. self.EscortGroupSet:GetUnitTypeNames():Text( ", " ) .. " from " .. LeaderEscort:GetCoordinate():ToString( self.EscortUnit ) )
LeaderEscort:MessageTypeToGroup( Report:Text(), MESSAGE.Type.Information, self.PlayerUnit )
if self.SpawnMode == self.__Enum.Mode.Formation then
self:SetFlightModeFormation( EscortGroup )
end
self:SetFlightModeFormation( EscortGroup )
self:FormationTrail()
self:_InitFlightMenus()
self:_InitEscortMenus( EscortGroup )