diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-03-12 23:02:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-03-12 23:02:57 +0300 |
commit | 9e53440cb2dbcfd4311ce2566eb98839383738c7 (patch) | |
tree | 364f14988d0e0aac5ee33ed56676886a52209714 /src/gui/serverdialog.cpp | |
parent | 6bde574ad29e04b0a355cea2915e4e48bd1d56f4 (diff) | |
download | plus-9e53440cb2dbcfd4311ce2566eb98839383738c7.tar.gz plus-9e53440cb2dbcfd4311ce2566eb98839383738c7.tar.bz2 plus-9e53440cb2dbcfd4311ce2566eb98839383738c7.tar.xz plus-9e53440cb2dbcfd4311ce2566eb98839383738c7.zip |
Fix servers list download error.
Diffstat (limited to 'src/gui/serverdialog.cpp')
-rw-r--r-- | src/gui/serverdialog.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gui/serverdialog.cpp b/src/gui/serverdialog.cpp index ed9696892..bae1154e3 100644 --- a/src/gui/serverdialog.cpp +++ b/src/gui/serverdialog.cpp @@ -471,10 +471,7 @@ void ServerDialog::downloadServerList() // Fall back to manaplus.evolonline.org when neither branding nor config set it if (listFile.empty()) - { - listFile = "http://manaplus.evolonline.org/" - "serverlist.xml/serverlist.xml"; - } + listFile = "http://manaplus.evolonline.org/serverlist.xml"; if (mDownload) { |