mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- disabled an optimization that was overstepping its bounds and causing issues
This commit is contained in:
@ -303,6 +303,10 @@ function CastBar.prototype:Enable(core)
|
||||
if self.moduleSettings.enabled and not self.moduleSettings.showBlizzCast then
|
||||
self:ToggleBlizzCast(false)
|
||||
end
|
||||
|
||||
if self.moduleSettings.shouldAnimate then
|
||||
self.moduleSettings.shouldAnimate = false
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user