From 90b82c6a9f983b90d5bb5b30f397ce977df778a5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 9 Mar 2015 13:31:06 +0300 Subject: Disable reading online list url from config.xml. Some players with very old configuration may had issue with online list before. --- src/gui/windows/serverdialog.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gui') 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()) -- cgit v1.2.3-60-g2f50