This commit is contained in:
Frank
2020-07-23 00:24:59 +02:00
parent ec809085b4
commit 98971736f8
8 changed files with 375 additions and 327 deletions

View File

@@ -19,7 +19,6 @@
-- @field #boolean turning If true, group is currently turning.
-- @field #NAVYGROUP.IntoWind intowind Into wind info.
-- @field #table Qintowind Queue of "into wind" turns.
-- @field #boolean adinfinitum Resume route at first waypoint when final waypoint is reached.
-- @field #number depth Ordered depth in meters.
-- @extends Ops.OpsGroup#OPSGROUP
@@ -1230,7 +1229,7 @@ function NAVYGROUP:_CheckGroupDone(delay)
else
self:UpdateRoute(nil, nil, self.depth)
self:__UpdateRoute(-1, nil, nil, self.depth)
end