mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
AIRWING
- Fix for missions not being assigned
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user