summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-04-04 13:07:45 +0300
committerAndrei Karas <akaras@inbox.ru>2014-04-04 13:07:45 +0300
commita5d641a983c296eef3442f86f4d0157fde9a3aa8 (patch)
treed427f2e088500e1ad0745f8a3f918990c0ef1b95
parent855947baec01a77f18c8c3cee8c0af000131b71e (diff)
downloadplus-a5d641a983c296eef3442f86f4d0157fde9a3aa8.tar.gz
plus-a5d641a983c296eef3442f86f4d0157fde9a3aa8.tar.bz2
plus-a5d641a983c296eef3442f86f4d0157fde9a3aa8.tar.xz
plus-a5d641a983c296eef3442f86f4d0157fde9a3aa8.zip
Change default update type to "normal".
-rw-r--r--src/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 9aded7682..9b5f2c956 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -1282,7 +1282,7 @@ int Client::gameExec()
theme->setMinimumOpacity(0.8F);
loginData.updateType
- = serverConfig.getValue("updateType", 1);
+ = serverConfig.getValue("updateType", 0);
mSearchHash = Net::Download::adlerBuffer(
const_cast<char*>(mCurrentServer.hostname.c_str()),