From 2078d15ad9c3ae5cf6971841cd6b467ca5254a74 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Wed, 8 May 2013 10:27:12 +0000 Subject: ProtoProxy: Added server-ping parsing git-svn-id: http://mc-server.googlecode.com/svn/trunk@1460 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- ProtoProxy/Connection.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ProtoProxy/Connection.h') diff --git a/ProtoProxy/Connection.h b/ProtoProxy/Connection.h index b7c24d853..6fe1998f5 100644 --- a/ProtoProxy/Connection.h +++ b/ProtoProxy/Connection.h @@ -66,6 +66,9 @@ protected: Decryptor m_ClientDecryptor; Encryptor m_ClientEncryptor; + + /// Set to true when PACKET_PING is received from the client; will cause special parsing for server kick + bool m_HasClientPinged; bool ConnectToServer(void); -- cgit v1.2.3