mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- added code to buff/debuff watchers and cooldown watchers to prevent them from sometimes getting stuck (not updating/animating)
This commit is contained in:
@ -521,6 +521,8 @@ function IceCustomCDBar.prototype:EnableUpdates(enable_update)
|
||||
-- end
|
||||
end
|
||||
|
||||
self.handlesOwnUpdates = enable_update
|
||||
|
||||
if enable_update then
|
||||
if not self.CustomUpdateFunc then
|
||||
self.CustomUpdateFunc = function() self:UpdateCustomBar(true) end
|
||||
|
Reference in New Issue
Block a user