Fix a crash in Infiltration
This commit is contained in:
@@ -143,6 +143,10 @@ LabInfiltrated = function()
|
|||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
if BridgeTank.IsDead then
|
||||||
|
return
|
||||||
|
end
|
||||||
|
|
||||||
local attackPoint = BridgeAttackPoint.CenterPosition
|
local attackPoint = BridgeAttackPoint.CenterPosition
|
||||||
local radius = WDist.FromCells(5)
|
local radius = WDist.FromCells(5)
|
||||||
local bridge = Map.ActorsInCircle(attackPoint, radius, function(actor)
|
local bridge = Map.ActorsInCircle(attackPoint, radius, function(actor)
|
||||||
|
|||||||
Reference in New Issue
Block a user