diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-13 15:46:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-14 00:46:22 +0300 |
commit | 93feb7fbf408ccc9178832d5f21c3806cb2a9f16 (patch) | |
tree | b0ee8c847e5933a86ea53dea5a3f87b8c6533191 /src/client.cpp | |
parent | 99ecd9ba734a308ae374d4494856d8bb3617f8a0 (diff) | |
download | plus-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.cpp | 2 |
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 |