- Small stuff
This commit is contained in:
Frank 2023-08-04 00:08:16 +02:00
parent e76c26ff59
commit 0ace200e5a
3 changed files with 4 additions and 3 deletions

View File

@ -31,7 +31,7 @@
-- @field #number altitudeCruiseMax Maximum cruise altitude in feet MSL. -- @field #number altitudeCruiseMax Maximum cruise altitude in feet MSL.
-- @extends Core.Base#BASE -- @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
-- --
-- === -- ===
-- --

View File

@ -70,7 +70,8 @@ NAVAID.version="0.0.1"
-- ToDo list -- ToDo list
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-- TODO: A lot... -- TODO: Add frequencies. Which unit MHz, kHz, Hz?
-- TODO: Add radial function
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-- Constructor -- Constructor

View File

@ -740,7 +740,7 @@ function FLIGHTCONTROL:AddHoldingPattern(ArrivalZone, Heading, Length, Flightlev
-- Get ZONE if passed as string. -- Get ZONE if passed as string.
if type(ArrivalZone)=="string" then if type(ArrivalZone)=="string" then
ArrivalZone=ZONE:New(ArrivalZone) ArrivalZone=ZONE:FindByName(ArrivalZone)
end end
-- Increase counter. -- Increase counter.