Merge pull request #1860 from FlightControl-Master/FF/Ops

OPS
This commit is contained in:
Frank
2023-01-01 01:08:59 +01:00
committed by GitHub
6 changed files with 76 additions and 34 deletions

View File

@@ -2275,6 +2275,10 @@ function FLIGHTGROUP:onafterUpdateRoute(From, Event, To, n, N)
for i=n, N do
table.insert(wp, self.waypoints[i])
end
if wp[2] then
self.speedWp=wp[2].speed
end
-- Debug info.
local hb=self.homebase and self.homebase:GetName() or "unknown"