- 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:
Parnic
2010-10-30 15:12:54 +00:00
parent 52a0e26759
commit dd02a60213

View File

@ -400,6 +400,9 @@ function IceCastBar.prototype:GetShortRank(rank)
return ""
end
function IceCastBar.prototype:OnShow()
self:ConditionalSetupUpdate()
end
-------------------------------------------------------------------------------