diff --git a/Widgets/Texts/HealthText.lua b/Widgets/Texts/HealthText.lua index b203e16..d25cd56 100644 --- a/Widgets/Texts/HealthText.lua +++ b/Widgets/Texts/HealthText.lua @@ -320,6 +320,7 @@ local function HealthText_SetFormat(self, format) self.SetValue = SetHealth_Custom end + if not self.enabled then return end self:Enable() end