mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
OPS
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user