mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- added some more protection against people tweaking settings or changing profiles while in combat and added a warning message explaining that stuff could be broked if they manage to do it anyway
- fixed cooldown bars that are set to "when ready" to be properly hidden when the module is disabled or profiles are changed
This commit is contained in:
@ -98,7 +98,7 @@ function IceElement.prototype:Disable(core)
|
||||
if (not core) then
|
||||
self.moduleSettings.enabled = false
|
||||
end
|
||||
self:Show(false)
|
||||
self:Show(false, true)
|
||||
self:UnregisterAllEvents()
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user