summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-13 15:46:41 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-14 00:46:22 +0300
commit93feb7fbf408ccc9178832d5f21c3806cb2a9f16 (patch)
treeb0ee8c847e5933a86ea53dea5a3f87b8c6533191 /src/client.cpp
parent99ecd9ba734a308ae374d4494856d8bb3617f8a0 (diff)
downloadplus-93feb7fbf408ccc9178832d5f21c3806cb2a9f16.tar.gz
plus-93feb7fbf408ccc9178832d5f21c3806cb2a9f16.tar.bz2
plus-93feb7fbf408ccc9178832d5f21c3806cb2a9f16.tar.xz
plus-93feb7fbf408ccc9178832d5f21c3806cb2a9f16.zip
Add support for different groups of update servers reading from servers list.
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp
index c027aae9e..472b6ad10 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -1125,7 +1125,7 @@ int Client::gameExec()
{
CREATEWIDGETV(mCurrentDialog, LoginDialog,
loginData,
- mCurrentServer.hostname,
+ &mCurrentServer,
&settings.options.updateHost);
}
else