- 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:
Parnic
2010-09-13 05:45:45 +00:00
parent e6185049f6
commit f12ee4110d
2 changed files with 16 additions and 7 deletions

View File

@ -83,6 +83,7 @@ function GlobalCoolDown.prototype:GetDefaultSettings()
settings["lowThreshold"] = 0
settings["barVisible"]["bg"] = false
settings["usesDogTagStrings"] = false
settings["bHideMarkerSettings"] = true
return settings
end