summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjak1 <jak1@themanaworld.org>2023-04-03 03:13:42 +0200
committerjak1 <jak1@themanaworld.org>2023-04-03 03:13:42 +0200
commit2ee76e47a61b2ad8898bec25e4093fa9c6d2a9bf (patch)
treee044d9b34c70e027d84ba1fc6c54d92532f467be /src
parent386a47710b235051eedf254f56b01972096aac7e (diff)
downloadplus-2ee76e47a61b2ad8898bec25e4093fa9c6d2a9bf.tar.gz
plus-2ee76e47a61b2ad8898bec25e4093fa9c6d2a9bf.tar.bz2
plus-2ee76e47a61b2ad8898bec25e4093fa9c6d2a9bf.tar.xz
plus-2ee76e47a61b2ad8898bec25e4093fa9c6d2a9bf.zip
change serverlist url to tmw2.org, since manaplus.germantmw.de doesnt work (i dont rly know why, but all our updates are hosted there, so our serverlist now)
Diffstat (limited to 'src')
-rw-r--r--src/defaults.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/defaults.cpp b/src/defaults.cpp
index 43061cf09..3f806f572 100644
--- a/src/defaults.cpp
+++ b/src/defaults.cpp
@@ -502,9 +502,9 @@ void setBrandingDefaults(Configuration &cfg)
AddDEF("defaultPort", DEFAULT_PORT);
AddDEF("defaultServerType", "evol2");
AddDEF("onlineServerList",
- "https://manaplus.germantmw.de/manaplus/serverlist.xml");
+ "https://tmw2.org/updates/serverlist.xml");
AddDEF("onlineServerList2",
- "http://manaplus.germantmw.de/manaplus/serverlist.xml");
+ "https://tmw2.org/updates/serverlist.xml");
AddDEF("onlineServerFile", "serverlistplus.xml");
AddDEF("appShort", "mana");
AddDEF("screenshots", "ManaPlus");