mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-15 22:30:13 -05:00
- made custom (de)buff watcher bars respect the bForceHide option for :Show() so that they are properly hidden when a profile change occurs or they are manually disabled via the options menu
This commit is contained in:
@ -446,7 +446,7 @@ function IceCore.prototype:Disable(userToggle)
|
||||
|
||||
self:ConfigModeToggle(false)
|
||||
|
||||
for i = 1, table.getn(self.elements) do
|
||||
for i=1, #self.elements do
|
||||
if (self.elements[i]:IsEnabled()) then
|
||||
self.elements[i]:Disable(true)
|
||||
end
|
||||
|
Reference in New Issue
Block a user