From c69866123ba83f9dd4619c81eca312dda0559393 Mon Sep 17 00:00:00 2001 From: Stefan Dombrowski Date: Mon, 11 Oct 2010 22:05:02 +0200 Subject: Implementing show IP for game masters As an upcoming feature the TMW-Athena server sends IP addresses or IP hashes to game masters. The current client freezes if it receives such a packet, therefor the game masters need to use a new client before the server can use it. Normal players are not affected, because they do not get this packet. Showing the IP is optional and can be enable with the chat command "/showip 1". The IP is then shown behind the players name. Reviewed-by: Bertram --- src/localplayer.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/localplayer.cpp') diff --git a/src/localplayer.cpp b/src/localplayer.cpp index 74ca5f0d..5f5f44ae 100644 --- a/src/localplayer.cpp +++ b/src/localplayer.cpp @@ -106,7 +106,8 @@ LocalPlayer::LocalPlayer(int id, int subtype): mMessageTime(0), mAwayDialog(0), mAfkTime(0), - mAwayMode(false) + mAwayMode(false), + mShowIp(false) { mAwayListener = new AwayListener(); -- cgit v1.2.3-60-g2f50