From 72cf399ec99c8ef53120a4332a45bc7a635ce097 Mon Sep 17 00:00:00 2001 From: lotodore Date: Fri, 30 Dec 2011 20:18:05 +0000 Subject: [PATCH] Removing unused config entry. --- src/config/configfile.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/config/configfile.cpp b/src/config/configfile.cpp index 0bdb5741..1f3c79df 100644 --- a/src/config/configfile.cpp +++ b/src/config/configfile.cpp @@ -48,7 +48,7 @@ ConfigFile::ConfigFile(char *argv0, bool readonly) : noWriteAccess(readonly) myConfigState = OK; // !!!! Revisionsnummer der Configdefaults !!!!! - configRev = 93; + configRev = 94; //standard defaults logOnOffDefault = "1"; @@ -200,7 +200,6 @@ ConfigFile::ConfigFile(char *argv0, bool readonly) : noWriteAccess(readonly) configList.push_back(ConfigInfo("ServerPutAvatarsAddress", CONFIG_TYPE_STRING, "")); configList.push_back(ConfigInfo("ServerPutAvatarsUser", CONFIG_TYPE_STRING, "")); configList.push_back(ConfigInfo("ServerPutAvatarsPassword", CONFIG_TYPE_STRING, "")); - configList.push_back(ConfigInfo("ServerDoNotAutoKickSmallDelaySec", CONFIG_TYPE_STRING, "10")); configList.push_back(ConfigInfo("ServerBruteForceProtection", CONFIG_TYPE_INT, "1")); configList.push_back(ConfigInfo("InternetServerConfigMode", CONFIG_TYPE_INT, "0")); configList.push_back(ConfigInfo("InternetServerListAddress", CONFIG_TYPE_STRING, "pokerth.net/serverlist.xml.z"));