diff --git a/modules/CustomCount.lua b/modules/CustomCount.lua index f178aef..1cc15e3 100644 --- a/modules/CustomCount.lua +++ b/modules/CustomCount.lua @@ -436,6 +436,12 @@ function IceCustomCount.prototype:UpdateCustomCount() end local points = IceStackCounter_GetCount(self) + local max = IceStackCounter_GetMaxCount(self) + + if max ~= #self.frame.graphical then + self:Redraw() + return + end if (self.moduleSettings.countMode == "Numeric") then local r, g, b = self:GetCustomColor()