mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
OPS Chief
- Removed mission queue. Now done via COMMANDER - MissionCancel is buggy
This commit is contained in:
@@ -785,10 +785,12 @@ function LEGION:onafterMissionCancel(From, Event, To, Mission)
|
||||
opsgroup:MissionCancel(Mission)
|
||||
end
|
||||
|
||||
-- TODO: remove asset from mission
|
||||
-- Remove asset from mission.
|
||||
Mission:DelAsset(asset)
|
||||
|
||||
-- Not requested any more (if it was).
|
||||
asset.requested=nil
|
||||
asset.isReserved=nil
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user