mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Group - small change
This commit is contained in:
@@ -723,7 +723,7 @@ function GROUP:GetDCSUnit( UnitNumber )
|
|||||||
|
|
||||||
local UnitFound = UNIT:Find(_unit)
|
local UnitFound = UNIT:Find(_unit)
|
||||||
|
|
||||||
if UnitFound and UnitFound:IsAlive() then
|
if UnitFound then
|
||||||
|
|
||||||
return UnitFound
|
return UnitFound
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user