mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- fixed up a few areas that were expecting moduleSettings.markers to be non-nil; this isn't the case on user-created custom bars that existed prior to the marker code coming in
- hide the marker settings on the GCD module as they don't make much sense to have there
This commit is contained in:
@ -83,6 +83,7 @@ function GlobalCoolDown.prototype:GetDefaultSettings()
|
||||
settings["lowThreshold"] = 0
|
||||
settings["barVisible"]["bg"] = false
|
||||
settings["usesDogTagStrings"] = false
|
||||
settings["bHideMarkerSettings"] = true
|
||||
|
||||
return settings
|
||||
end
|
||||
|
Reference in New Issue
Block a user