From 8042efb5bb474370a9da3e67eb452a013aae0a01 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Fri, 8 Apr 2022 12:08:44 -0500 Subject: [PATCH] Fixing typo in bug report blurb --- 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 a91106d49..f0ab40274 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 Report a bug 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);