From 8a83a1dd07ae60b634f9ce602dffede09504249b Mon Sep 17 00:00:00 2001 From: lotodore Date: Sun, 5 Sep 2010 00:22:00 +0000 Subject: [PATCH] Fixing config option. --- src/config/configfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/configfile.cpp b/src/config/configfile.cpp index 97165375..fd749873 100644 --- a/src/config/configfile.cpp +++ b/src/config/configfile.cpp @@ -280,7 +280,7 @@ ConfigFile::ConfigFile(char *argv0, bool readonly) : noWriteAccess(readonly) configList.push_back(ConfigInfo("DBServerPassword", CONFIG_TYPE_STRING, "")); configList.push_back(ConfigInfo("DBServerDatabaseName", CONFIG_TYPE_STRING, "pokerth")); configList.push_back(ConfigInfo("DBServerEncryptionKey", CONFIG_TYPE_STRING, "")); - configList.push_back(ConfigInfo("GameNameBadWordList", CONFIG_TYPE_STRING_LIST, "regex")); + configList.push_back(ConfigInfo("GameNameBadWordList", CONFIG_TYPE_STRING_LIST, "Regex")); //fill tempList firstTime configBufferList = configList;