diff --git a/modules/CastBar.lua b/modules/CastBar.lua index f619af3..bcd5829 100644 --- a/modules/CastBar.lua +++ b/modules/CastBar.lua @@ -15,8 +15,6 @@ function CastBar.prototype:init() self:SetDefaultColor("CastNotInRange", 200, 200, 200) self.unit = "player" - - self:CVarUpdate() end @@ -304,6 +302,8 @@ function CastBar.prototype:Enable(core) self:RegisterEvent("CVAR_UPDATE", "CVarUpdate") + self:CVarUpdate() + if self.moduleSettings.enabled and not self.moduleSettings.showBlizzCast then self:ToggleBlizzCast(false) end