This commit is contained in:
Frank
2023-10-05 16:52:41 +02:00
parent db53f427e3
commit 1ece7238dc
3 changed files with 161 additions and 9 deletions

View File

@@ -3715,6 +3715,7 @@ function FLIGHTGROUP:_SetFlightPlan(FlightPlan)
local altitude=(fix.altMin or fix.altMax)~=nil and fix:GetAltitude() or FlightPlan:GetCruiseAltitude()
local wp=self:AddWaypoint(fix.coordinate, Speed, AfterWaypointWithID, altitude or 10000, false)
wp.flightplan=FlightPlan
end