From 02a683e441d6fbd3684ada2cb5c95c81c5060ad2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 14 Nov 2020 04:39:20 -0300 Subject: Update some metadata from some servers. We should not need to send a Mana Launcher update for this... ...Maybe it could download & read a JSON in future? =/ --- src/renderer/gameserver/data.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/renderer/gameserver/data.ts b/src/renderer/gameserver/data.ts index e1707f6..421bdff 100644 --- a/src/renderer/gameserver/data.ts +++ b/src/renderer/gameserver/data.ts @@ -21,7 +21,7 @@ const TMW2 = new GameServer( [{isVideo:false,file:"tmw2/background1.png"}], "tmw2/icon.png", [ - new socialLink("fas fa-home","Website","https://tmw2.org"), + new socialLink("fas fa-home","Website","https://moubootaurlegends.org"), new socialLink("fab fa-discord","Discord","https://discord.gg/J4gcaqM"), new socialLink("fab fa-patreon","Patreon","https://www.patreon.com/TMW2/"), new socialLink("fas fa-comments","IRC Chat","http://webchat.freenode.net/?channels=#tmw2"), @@ -63,7 +63,7 @@ const TMW = new GameServer( "The Mana World", "The Mana World", "The clasic TMW experience. Join adventures with people from all over the world.", - "https://www.themanaworld.org/news-feed.php", + "https://www.themanaworld.org/news", {url:"http://themanaworld.github.io/tmwa-server-data/news.txt",type:NewsType.ManaPlus}, [{isVideo:false,file:"tmw/background1.png"}], "tmw/icon.png", @@ -74,6 +74,7 @@ const TMW = new GameServer( "https://wiki.themanaworld.org/index.php/The_Mana_World:Terms_and_Conditions", {parser:OnlineListParser.TMW, url:"https://server.themanaworld.org/"} ); +// https://policies.themanaworld.org/tos is still offline const noServer = new GameServer( new GameServerProfile( -- cgit v1.2.3-60-g2f50