Fixing a mistake on capture.

This commit is contained in:
FlightControl
2018-10-13 07:49:14 +02:00
parent a60626468c
commit 4171cc45f5
2 changed files with 5 additions and 1 deletions

View File

@@ -334,7 +334,7 @@ end
--- Find a AIRBASE in the _DATABASE using the name of an existing DCS Airbase.
-- @param #AIRBASE self
-- @param #string AirbaseName The Airbase Name.
-- @return Wrapper.Airbase#AIRBASE self
-- @return #AIRBASE self
function AIRBASE:FindByName( AirbaseName )
local AirbaseFound = _DATABASE:FindAirbase( AirbaseName )