- removed check for shouldHideBarRotation, since all bars can now be rotated.

This commit is contained in:
rokiyo
2010-11-03 20:25:18 +00:00
parent 99e8b651d3
commit 74d759bc99
3 changed files with 21 additions and 25 deletions

View File

@ -34,7 +34,6 @@ function CastBar.prototype:GetDefaultSettings()
settings["hideAnimationSettings"] = true
settings["usesDogTagStrings"] = false
settings["rangeColor"] = true
settings["shouldHideBarRotation"] = false
settings["bAllowExpand"] = false
return settings