OK, SEADING is now working completely

with a target zone, and with routing and seading task active in
parallel.
This commit is contained in:
FlightControl
2016-07-03 09:31:02 +02:00
parent 23ea389b8f
commit d91ba031aa
9 changed files with 88 additions and 86 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ TASK2 = {
--- Instantiates a new TASK Base. Should never be used. Interface Class.
-- @param #TASK2 self
-- @return #TASK2 self
function TASK2:New( Client, Mission )
function TASK2:New( Mission, Client )
local self = BASE:Inherit( self, BASE:New() )
self:F()