mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-05 08:31:24 +00:00
OK, SEADING is now working completely
with a target zone, and with routing and seading task active in parallel.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user