mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Update Airboss.lua
- reenabled ai handling
This commit is contained in:
parent
e97753125d
commit
1e04aaa77d
@ -5813,7 +5813,7 @@ function AIRBOSS:_ScanCarrierZone()
|
|||||||
if knownflight then
|
if knownflight then
|
||||||
|
|
||||||
-- Check if flight is AI and if we want to handle it at all.
|
-- Check if flight is AI and if we want to handle it at all.
|
||||||
if knownflight.ai and knownflight.flag == -100 and self.handleai and false then --Disabled AI handling because of incorrect OPSGROUP reference!
|
if knownflight.ai and knownflight.flag == -100 and self.handleai then
|
||||||
|
|
||||||
local putintomarshal = false
|
local putintomarshal = false
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user