- Fix for missions not being assigned
This commit is contained in:
Frank
2021-12-23 19:54:01 +01:00
parent 40c0f69eff
commit 2702d0fc2a
2 changed files with 32 additions and 1 deletions

View File

@@ -470,7 +470,7 @@ function LEGION:CheckMissionQueue()
-- Check that runway is operational and that carrier is not recovering.
if self:IsAirwing() then
if self:IsRunwayOperational() then
if self:IsRunwayOperational()==false then
return nil
end
local airboss=self.airboss --Ops.Airboss#AIRBOSS