diff --git a/Moose Development/Moose/Navigation/FlightPlan.lua b/Moose Development/Moose/Navigation/FlightPlan.lua index 345a0b7dd..8a5a6282e 100644 --- a/Moose Development/Moose/Navigation/FlightPlan.lua +++ b/Moose Development/Moose/Navigation/FlightPlan.lua @@ -31,7 +31,7 @@ -- @field #number altitudeCruiseMax Maximum cruise altitude in feet MSL. -- @extends Core.Base#BASE ---- *A fleet of British ships at war are the best negotiators.* -- Horatio Nelson +--- *Life is what happens to us while we are making other plans.* -- Allen Saunders -- -- === -- diff --git a/Moose Development/Moose/Navigation/Navaid.lua b/Moose Development/Moose/Navigation/Navaid.lua index b0d5a3984..2707cd81d 100644 --- a/Moose Development/Moose/Navigation/Navaid.lua +++ b/Moose Development/Moose/Navigation/Navaid.lua @@ -70,7 +70,8 @@ NAVAID.version="0.0.1" -- ToDo list ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- --- TODO: A lot... +-- TODO: Add frequencies. Which unit MHz, kHz, Hz? +-- TODO: Add radial function ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -- Constructor diff --git a/Moose Development/Moose/Ops/FlightControl.lua b/Moose Development/Moose/Ops/FlightControl.lua index 852e646d3..adcb5c660 100644 --- a/Moose Development/Moose/Ops/FlightControl.lua +++ b/Moose Development/Moose/Ops/FlightControl.lua @@ -740,7 +740,7 @@ function FLIGHTCONTROL:AddHoldingPattern(ArrivalZone, Heading, Length, Flightlev -- Get ZONE if passed as string. if type(ArrivalZone)=="string" then - ArrivalZone=ZONE:New(ArrivalZone) + ArrivalZone=ZONE:FindByName(ArrivalZone) end -- Increase counter.