mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- made castbars always register themselves for updates when shown. fixes a bug where opening the map fullscreen while casting will stop the cast bars from updating (ticket #97)
This commit is contained in:
@ -400,6 +400,9 @@ function IceCastBar.prototype:GetShortRank(rank)
|
||||
return ""
|
||||
end
|
||||
|
||||
function IceCastBar.prototype:OnShow()
|
||||
self:ConditionalSetupUpdate()
|
||||
end
|
||||
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user