From bea2e395de77924e9bf88e4629249a1882e41963 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Sat, 25 Oct 2008 20:42:04 +0000 Subject: Added in TMW's patch to display how long a ban is in effect. --- src/net/loginhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net') diff --git a/src/net/loginhandler.cpp b/src/net/loginhandler.cpp index 737d1762..946f4a21 100644 --- a/src/net/loginhandler.cpp +++ b/src/net/loginhandler.cpp @@ -113,7 +113,7 @@ void LoginHandler::handleMessage(MessageIn *msg) errorMessage = "You have been blocked by the GM Team"; break; case 6: - errorMessage = "You have been temporarily banned from the game. Please contact the GM team"; + errorMessage = "You have been temporarily banned from the game until " + msg->readString(20) + ".\n Please contact the GM team"; break; case 9: errorMessage = "This user name is already taken"; -- cgit v1.2.3-70-g09d2