diff --git a/modules/CustomBar.lua b/modules/CustomBar.lua index bee7d28..52b1d67 100644 --- a/modules/CustomBar.lua +++ b/modules/CustomBar.lua @@ -64,6 +64,8 @@ function IceCustomBar.prototype:TargetChanged() end function IceCustomBar.prototype:Disable(core) + IceHUD.IceCore:RequestUpdates(self.frame, nil) + IceCustomBar.super.prototype.Disable(self, core) end diff --git a/modules/CustomCDBar.lua b/modules/CustomCDBar.lua index 0f03df9..f8e0ecf 100644 --- a/modules/CustomCDBar.lua +++ b/modules/CustomCDBar.lua @@ -55,6 +55,8 @@ end function IceCustomCDBar.prototype:Disable(core) + IceHUD.IceCore:RequestUpdates(self.frame, nil) + IceCustomCDBar.super.prototype.Disable(self, core) end