Restoring TLHH bug blurb now that it's back up

This commit is contained in:
Christian 'ketura' McCarty
2022-04-08 20:51:17 -05:00
parent 8042efb5bb
commit 86a8d52822

View File

@@ -61,7 +61,7 @@
function () {
$("#latestNews").append("<div class='serverTime' style='float: right'></div>");
$("#latestNews").append(
"If you find any problems with specific card or rules in general, please report it <strike>on TLHH forum - <a target='_blank' href='http://lotrtcgwiki.com/forums/index.php/topic,7592.0.html'>Report a bug</a></strike> on the <a href='https://lotrtcgpc.net/discord'>PC Discord here</a>, 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 <a target='_blank' href='http://lotrtcgwiki.com/forums/index.php/topic,7592.0.html'>TLHH forum thread here</a> or on the <a href='https://lotrtcgpc.net/discord'>PC Discord here</a>, 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);