diff --git a/Moose Development/Moose/Wrapper/Group.lua b/Moose Development/Moose/Wrapper/Group.lua index 419c4a8a8..a801b5f3f 100644 --- a/Moose Development/Moose/Wrapper/Group.lua +++ b/Moose Development/Moose/Wrapper/Group.lua @@ -723,7 +723,7 @@ function GROUP:GetDCSUnit( UnitNumber ) local UnitFound = UNIT:Find(_unit) - if UnitFound and UnitFound:IsAlive() then + if UnitFound then return UnitFound