Update FlightControl.lua

This commit is contained in:
Frank 2023-07-26 16:05:15 +02:00
parent a7857670d3
commit 49882f03d9

View File

@ -777,7 +777,7 @@ end
--- Remove a holding pattern.
-- @param #FLIGHTCONTROL self
-- @param #FLIGHTCONTROL.HoldingPattern HoldingPattern Holding pattern to be removed.
-- @param #FLIGHTCONTROL self
-- @return #FLIGHTCONTROL self
function FLIGHTCONTROL:RemoveHoldingPattern(HoldingPattern)
for i,_holdingpattern in pairs(self.holdingpatterns) do