mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
DruidMana now properly unregister metro when disabled
This commit is contained in:
@ -53,6 +53,10 @@ function DruidMana.prototype:Disable()
|
||||
if (IsAddOnLoaded("SoleManax")) then
|
||||
SoleManax.DelUser(self.UpdateSoleManax)
|
||||
end
|
||||
|
||||
if (IsAddOnLoaded("DruidBar")) then
|
||||
Metrognome:Unregister("DruidMana")
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user