summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-09 13:31:06 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-09 13:31:06 +0300
commit90b82c6a9f983b90d5bb5b30f397ce977df778a5 (patch)
tree6f9b844af97cd0957e19a4a69b36ed39e1336d3b /src/gui
parent5d3feac465403781493191fc2d3ee777f5cff933 (diff)
downloadplus-90b82c6a9f983b90d5bb5b30f397ce977df778a5.tar.gz
plus-90b82c6a9f983b90d5bb5b30f397ce977df778a5.tar.bz2
plus-90b82c6a9f983b90d5bb5b30f397ce977df778a5.tar.xz
plus-90b82c6a9f983b90d5bb5b30f397ce977df778a5.zip
Disable reading online list url from config.xml.
Some players with very old configuration may had issue with online list before.
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/windows/serverdialog.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/windows/serverdialog.cpp b/src/gui/windows/serverdialog.cpp
index a9542e74c..8afbf0e54 100644
--- a/src/gui/windows/serverdialog.cpp
+++ b/src/gui/windows/serverdialog.cpp
@@ -435,9 +435,6 @@ void ServerDialog::downloadServerList()
// Try to load the configuration value for the onlineServerList
std::string listFile = branding.getStringValue("onlineServerList");
- if (listFile.empty())
- listFile = config.getStringValue("onlineServerList");
-
// Fall back to manaplus.org when neither branding
// nor config set it
if (listFile.empty())