mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- fix for error message displayed when enabling the mirror bar
This commit is contained in:
@ -185,6 +185,7 @@ function MirrorBarHandler.prototype:GetDefaultSettings()
|
||||
settings["shouldAnimate"] = false
|
||||
settings["textVisible"] = {upper = true, lower = true}
|
||||
settings["barVisible"] = {bg = true, bar = true}
|
||||
settings["myTagVersion"] = 2
|
||||
|
||||
return settings
|
||||
end
|
||||
@ -488,6 +489,7 @@ function MirrorBarHandler.prototype:SetSettings(bar)
|
||||
bar.moduleSettings.textVerticalOffset = self.moduleSettings.textVerticalOffset
|
||||
bar.moduleSettings.textHorizontalOffset = self.moduleSettings.textHorizontalOffset
|
||||
bar.moduleSettings.barVisible = self.moduleSettings.barVisible
|
||||
bar.moduleSettings.myTagVersion = self.moduleSettings.myTagVersion
|
||||
end
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user