Update Airboss.lua

- reenabled ai handling
This commit is contained in:
Frank 2022-10-02 19:45:48 +02:00
parent e97753125d
commit 1e04aaa77d

View File

@ -5813,7 +5813,7 @@ function AIRBOSS:_ScanCarrierZone()
if knownflight then
-- 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