diff options
-rw-r--r-- | src/renderer/gameserver/data.ts | 5 |
1 files 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( |