- made maelstrom count mod be enabled by default now that it's verified as working

This commit is contained in:
Parnic
2008-10-20 18:46:22 +00:00
parent 5cfc082a28
commit 14d8585090

View File

@ -110,7 +110,6 @@ function MaelstromCount.prototype:GetDefaultSettings()
defaults["gradient"] = false
defaults["usesDogTagStrings"] = false
defaults["alwaysFullAlpha"] = true
defaults["enabled"] = false
return defaults
end