From 86a8d528227242ca3ff08d6bdd16b82555ea0586 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Fri, 8 Apr 2022 20:51:17 -0500 Subject: [PATCH] Restoring TLHH bug blurb now that it's back up --- gemp-lotr/gemp-lotr-async/src/main/web/hall.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/hall.html b/gemp-lotr/gemp-lotr-async/src/main/web/hall.html index f0ab40274..6bc4aaaf6 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/hall.html +++ b/gemp-lotr/gemp-lotr-async/src/main/web/hall.html @@ -61,7 +61,7 @@ function () { $("#latestNews").append("
"); $("#latestNews").append( - "If you find any problems with specific card or rules in general, please report it on TLHH forum - Report a bug on the PC Discord here, in the #gemp-dev channel. Please include game replay link."); + "If you find any problems with specific card or rules in general, please report it on TLHH forum thread here or on the PC Discord here, in the #gemp-dev channel. Please include game replay link."); chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr-server", true, null, false, true, null, true); chat.setBounds(2, 2, 780 - 4, 200 - 4);