- fixed text display for non-dogtag strings

This commit is contained in:
Parnic
2008-06-19 02:38:29 +00:00
parent fd7162b4ef
commit 9b1db346ac
13 changed files with 16 additions and 5 deletions

View File

@ -108,6 +108,7 @@ function SunderCount.prototype:GetDefaultSettings()
defaults["sunderFontSize"] = 20
defaults["sunderMode"] = "Numeric"
defaults["gradient"] = false
defaults["usesDogTagStrings"] = false
return defaults
end