mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Reverse
This commit is contained in:
parent
565a3062cb
commit
310ba9bb8a
@ -432,7 +432,7 @@ function TASK:New( Mission, SetGroupAssign, TaskName, TaskType, TaskBriefing )
|
||||
self:AddTransition( "Assigned", "Fail", "Failed" )
|
||||
self:AddTransition( { "Planned", "Assigned" }, "Abort", "Aborted" )
|
||||
self:AddTransition( "Assigned", "Cancel", "Cancelled" )
|
||||
self:AddTransition( "*", "Goal", "*" )
|
||||
self:AddTransition( "Assigned", "Goal", "*" )
|
||||
|
||||
self.Fsm = {}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user