mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Spawned FARP issue
This commit is contained in:
parent
6e60a66d0c
commit
e50d54f6bc
@ -435,7 +435,8 @@ function STRATEGO:AnalyseBases()
|
||||
if not abzone then
|
||||
abzone = ZONE_RADIUS:New(abname,ab:GetVec2(),500)
|
||||
end
|
||||
local coa = ab:GetCoalition() or 0
|
||||
local coa = ab:GetCoalition()
|
||||
if coa == nil then return end -- Spawned FARPS issue - these have no tangible data
|
||||
coa = coa+1
|
||||
local abtype = "AIRBASE"
|
||||
if ab:IsShip() then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user