Don't forcefully show Blizzard frame

This enables other mods to hide Vigor even if IceHUD is told not to.
This commit is contained in:
Parnic
2023-01-15 22:23:47 -06:00
parent b1adbe8090
commit 8b45079d38

View File

@ -71,8 +71,6 @@ function DragonridingVigor.prototype:UpdateVigorRecharge(event, widget)
if event ~= "internal" then
if self.moduleSettings.hideBlizz then
self:HideBlizz()
else
self:ShowBlizz()
end
end