diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-11-14 04:39:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-11-14 04:39:20 -0300 |
commit | 02a683e441d6fbd3684ada2cb5c95c81c5060ad2 (patch) | |
tree | 6da94b4e73e23bbcda6dbc654373f6453d165d63 | |
parent | 38440d5ed0cfc1aebe418b60c3d0a76c48e0e2ca (diff) | |
download | electron-02a683e441d6fbd3684ada2cb5c95c81c5060ad2.tar.gz electron-02a683e441d6fbd3684ada2cb5c95c81c5060ad2.tar.bz2 electron-02a683e441d6fbd3684ada2cb5c95c81c5060ad2.tar.xz electron-02a683e441d6fbd3684ada2cb5c95c81c5060ad2.zip |
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? =/
-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( |