From f4a8b7c6ebf09fa30e88c713c4dda34de7ce8444 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sat, 21 Nov 2009 12:42:49 -0700 Subject: Change the server list backup to use manasource --- src/gui/serverdialog.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gui/serverdialog.cpp') diff --git a/src/gui/serverdialog.cpp b/src/gui/serverdialog.cpp index 16de45a8..47cb3ee0 100644 --- a/src/gui/serverdialog.cpp +++ b/src/gui/serverdialog.cpp @@ -321,8 +321,7 @@ void ServerDialog::downloadServerList() std::string listFile = config.getValue("onlineServerList", "void"); // if there is no entry, try to load the file from the default updatehost if (listFile == "void") - listFile = config.getValue("updatehost", "http://updates.themanaworld.org") - + "/serverlist.xml"; + listFile = "http://manasource.org/serverlist.xml"; mDownload = new Net::Download(this, listFile, &downloadUpdate); mDownload->setFile(mDir + "/serverlist.xml"); -- cgit v1.2.3-70-g09d2