diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-09 13:31:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-09 13:31:06 +0300 |
commit | 90b82c6a9f983b90d5bb5b30f397ce977df778a5 (patch) | |
tree | 6f9b844af97cd0957e19a4a69b36ed39e1336d3b /src/gui/windows | |
parent | 5d3feac465403781493191fc2d3ee777f5cff933 (diff) | |
download | plus-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/windows')
-rw-r--r-- | src/gui/windows/serverdialog.cpp | 3 |
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()) |