From 0b5d97bf3f0e4c1f6b65a2b9f1f2190ae2d2e2a1 Mon Sep 17 00:00:00 2001 From: FlightControl_Master Date: Sat, 30 Sep 2017 14:35:18 +0200 Subject: [PATCH] Progress --- Moose Development/Moose/Tasking/Task_Protect.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Moose Development/Moose/Tasking/Task_Protect.lua b/Moose Development/Moose/Tasking/Task_Protect.lua index 684d1d21b..959a570dc 100644 --- a/Moose Development/Moose/Tasking/Task_Protect.lua +++ b/Moose Development/Moose/Tasking/Task_Protect.lua @@ -61,7 +61,7 @@ do -- TASK_PROTECT Fsm:AddProcess ( "Planned", "Accept", ACT_ASSIGN_ACCEPT:New( self.TaskBriefing ), { Assigned = "ProtectZone", Rejected = "Reject" } ) Fsm:AddTransition( "Assigned", "ProtectZone", "Protecting" ) - Fsm:AddProcess ( "Protecting", "Protect", "Protecting", {} ) + Fsm:AddTransition( "Protecting", "Protect", "Protecting", {} ) Fsm:AddTransition( "Protecting", "RouteToTarget", "Protecting" ) Fsm:AddProcess( "Protecting", "RouteToTargetZone", ACT_ROUTE_ZONE:New(), {} )