This commit is contained in:
Frank
2023-01-01 01:06:02 +01:00
parent 334af52ddf
commit d53f01232d
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"