diff --git a/OmniCC/core/cooldown.lua b/OmniCC/core/cooldown.lua index ad6f728..0deaf0a 100644 --- a/OmniCC/core/cooldown.lua +++ b/OmniCC/core/cooldown.lua @@ -253,7 +253,7 @@ function Cooldown:HideText() end function Cooldown:UpdateText() - if self._occ_show and self:IsVisible() then + if self._occ_show and (not self:IsForbidden()) and self:IsVisible() then Cooldown.ShowText(self) else Cooldown.HideText(self)