diff --git a/modules/FocusHealth.lua b/modules/FocusHealth.lua index 28f770c..6c2e077 100644 --- a/modules/FocusHealth.lua +++ b/modules/FocusHealth.lua @@ -338,10 +338,10 @@ function FocusHealth.prototype:Update(unit) end if not (UnitExists(unit)) then - self:Show(false) + --self:Show(false) return else - self:Show(true) + --self:Show(true) end if not self.frame.raidIcon then