summaryrefslogtreecommitdiff
path: root/src/renderer/gameserver/data.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/gameserver/data.ts')
-rw-r--r--src/renderer/gameserver/data.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/renderer/gameserver/data.ts b/src/renderer/gameserver/data.ts
index 429e2bf..7c43d9f 100644
--- a/src/renderer/gameserver/data.ts
+++ b/src/renderer/gameserver/data.ts
@@ -34,7 +34,7 @@ const Evol = new GameServer(
"Evol Online",
"[EvolDescription]",
undefined,// Insert feed.xml here if found
- [],
+ [{isVideo:false,file:"evol/background1.png"}],
"evol/icon.png",
[
new socialLink("fas fa-home","Website","https://evolonline.org/"),
@@ -51,7 +51,7 @@ const TMW = new GameServer(
"The Mana World",
"The clasic TMW experience. Join adventures with people from all over the world.",
undefined,// Insert feed.xml here if found
- [],
+ [{isVideo:false,file:"tmw/background1.png"}],
"tmw/icon.png",
[
new socialLink("fas fa-home","Website","https://www.themanaworld.org/"),