mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- potentially fixed reported error message though i've never seen it pop up myself
- fixed one instance of some global taint (neglected to declare _ as a local var)
This commit is contained in:
@ -646,7 +646,7 @@ function IceCore.prototype:ConfigModeToggle(bWantConfig)
|
||||
end
|
||||
|
||||
-- blank the bottom text that we set before. if the module uses this text, it will reset itself on redraw
|
||||
if self.elements[i].IsBarElement then
|
||||
if self.elements[i].IsBarElement and self.elements[i].frame then
|
||||
self.elements[i]:SetBottomText1()
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user