mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 22:51:53 -05:00
Fix error when loading in while mounted
This commit is contained in:
@ -174,6 +174,10 @@ function DragonridingVigor.prototype:ShowBlizz()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function DragonridingVigor.prototype:HideBlizz()
|
function DragonridingVigor.prototype:HideBlizz()
|
||||||
|
if not UIWidgetPowerBarContainerFrame.widgetFrames or not UIWidgetPowerBarContainerFrame.widgetFrames[vigorWidgetID] then
|
||||||
|
return
|
||||||
|
end
|
||||||
|
|
||||||
if not self.suppressHideBlizz then
|
if not self.suppressHideBlizz then
|
||||||
UIWidgetPowerBarContainerFrame.widgetFrames[vigorWidgetID]:Hide()
|
UIWidgetPowerBarContainerFrame.widgetFrames[vigorWidgetID]:Hide()
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user