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 f6fa39d14..6dcb70b56 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/hall.html +++ b/gemp-lotr/gemp-lotr-async/src/main/web/hall.html @@ -49,7 +49,7 @@ function () { $("#latestNews").append("
"); $("#latestNews").append("All sets are available to play. " - + "If you find any problems with specific card or rules in general, please report it at the TLHH forums."); + + "If you find any problems with specific card or rules in general, please report it via e-mail - marcins78@gmail.com."); chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr-server", true, null, false, true); chat.setBounds(2, 2, 780 - 4, 200 - 4);