From 55fe3630c522e3f49763df65acfbb609fa10c775 Mon Sep 17 00:00:00 2001 From: Frank Date: Thu, 13 Oct 2022 23:11:09 +0200 Subject: [PATCH] Update FlightGroup.lua - Fixed bug that function `:GetAirWing` was renamed to `:GetAirwing()` --- Moose Development/Moose/Ops/FlightGroup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Moose Development/Moose/Ops/FlightGroup.lua b/Moose Development/Moose/Ops/FlightGroup.lua index 1626268d3..29271d3fd 100644 --- a/Moose Development/Moose/Ops/FlightGroup.lua +++ b/Moose Development/Moose/Ops/FlightGroup.lua @@ -1959,7 +1959,7 @@ function FLIGHTGROUP:onafterArrived(From, Event, To) end --TODO: Check that current base is airwing base. - local airwing=self:GetAirWing() --airwing:GetAirbaseName()==self.currbase:GetName() + local airwing=self:GetAirwing() --airwing:GetAirbaseName()==self.currbase:GetName() -- Check what to do. if airwing and not (self:IsPickingup() or self:IsTransporting()) then