mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Updates
This commit is contained in:
@@ -724,7 +724,12 @@ end
|
||||
-- @param #TASK self
|
||||
function TASK:MenuTaskAbort( TaskGroup )
|
||||
|
||||
self:Abort()
|
||||
for PlayerUnitName, PlayerUnit in pairs( TaskGroup:GetUnits() ) do
|
||||
self:AbortUnit( PlayerUnit )
|
||||
end
|
||||
|
||||
self:GetMission():GetCommandCenter():GetPositionable():MessageToSetGroup( "Abort", 15, self.SetGroup )
|
||||
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user