mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
parent
b34b537a26
commit
5e8a36802c
@ -341,7 +341,7 @@ do
|
|||||||
-- @return #SPOT
|
-- @return #SPOT
|
||||||
function SPOT:onafterLaseOff( From, Event, To )
|
function SPOT:onafterLaseOff( From, Event, To )
|
||||||
|
|
||||||
self:F( {"Stopped lasing for ", self.Target:GetName() , SpotIR = self.SportIR, SpotLaser = self.SpotLaser } )
|
self:F( {"Stopped lasing for ", self.Target and self.Target:GetName() or "coord", SpotIR = self.SportIR, SpotLaser = self.SpotLaser } )
|
||||||
|
|
||||||
self.Lasing = false
|
self.Lasing = false
|
||||||
|
|
||||||
|
|||||||
@ -7899,7 +7899,7 @@ end
|
|||||||
function AIRBOSS:_RemoveUnitFromFlight(unit)
|
function AIRBOSS:_RemoveUnitFromFlight(unit)
|
||||||
|
|
||||||
-- Check if unit exists.
|
-- Check if unit exists.
|
||||||
if unit then
|
if unit and unit:IsInstanceOf("UNIT") then
|
||||||
|
|
||||||
-- Get group.
|
-- Get group.
|
||||||
local group=unit:GetGroup()
|
local group=unit:GetGroup()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user