mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- minor fixes to enabling a module and how updates are handled that should allow custom modules to react appropriately when they are enabled while a player has the buff they're monitoring
This commit is contained in:
@ -32,9 +32,9 @@ function IceCustomCDBar.prototype:Enable(core)
|
||||
self.moduleSettings.auraIconScale = 1
|
||||
end
|
||||
|
||||
self:EnableUpdates(false)
|
||||
self:UpdateCustomBar()
|
||||
self:UpdateIcon()
|
||||
self:EnableUpdates(false)
|
||||
|
||||
if self.moduleSettings.auraIconXOffset == nil then
|
||||
self.moduleSettings.auraIconXOffset = 40
|
||||
|
Reference in New Issue
Block a user