This commit is contained in:
Applevangelist
2022-10-06 08:07:54 +02:00
parent c9ab7dd8e7
commit 44f7df2ea5
2 changed files with 4 additions and 4 deletions

View File

@@ -380,7 +380,7 @@ end
--- Get name of airwing the flight group belongs to.
-- @param #FLIGHTGROUP self
-- @return #string Name of the airwing or "None" if the flightgroup does not belong to any airwing.
function FLIGHTGROUP:GetAirwing()
function FLIGHTGROUP:GetAirwingName()
local name=self.legion and self.legion.alias or "None"
return name
end