- 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

@ -107,6 +107,7 @@ function ComboPoints.prototype:GetDefaultSettings()
defaults["comboFontSize"] = 20
defaults["comboMode"] = "Numeric"
defaults["gradient"] = false
defaults["usesDogTagStrings"] = false
return defaults
end