summaryrefslogtreecommitdiff
path: root/src/gui/windows/serverdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/serverdialog.cpp')
-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())