From 1a37cd7e605d21ca9a8b3edf1d84d61b0a5d665d Mon Sep 17 00:00:00 2001 From: marcins78 Date: Fri, 10 Jan 2014 16:38:09 +0000 Subject: [PATCH] Changed contact person for banned users. --- gemp-lotr/gemp-lotr-async/src/main/web/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/index.html b/gemp-lotr/gemp-lotr-async/src/main/web/index.html index d08b48973..7c2e0a75d 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/index.html +++ b/gemp-lotr/gemp-lotr-async/src/main/web/index.html @@ -117,11 +117,11 @@ loginScreen(); }, "403": function() { - $(".error").html("You have been permanently banned. If you think it was a mistake you can try sending a private message to CoS on TLHH forums."); + $(".error").html("You have been permanently banned. If you think it was a mistake you can try sending a private message to Merrick_H on TLHH forums."); $(".interaction").html(""); }, "409": function() { - $(".error").html("You have been temporarily banned. You can try logging in at a later time. If you think it was a mistake you can try sending a private message to CoS on TLHH forums."); + $(".error").html("You have been temporarily banned. You can try logging in at a later time. If you think it was a mistake you can try sending a private message to Merrick_H on TLHH forums."); $(".interaction").html(""); }, "503": function() {