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;