diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/client.cpp | 2 |
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()), |