summaryrefslogtreecommitdiffstats
path: root/ProtoProxy/Connection.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-05-08 12:27:12 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-05-08 12:27:12 +0200
commit2078d15ad9c3ae5cf6971841cd6b467ca5254a74 (patch)
tree278eaf6fa4e1b6b7a3018af1e9d6180ddcfbd4eb /ProtoProxy/Connection.h
parentRefactored window clicking code to use different click actions (diff)
downloadcuberite-2078d15ad9c3ae5cf6971841cd6b467ca5254a74.tar
cuberite-2078d15ad9c3ae5cf6971841cd6b467ca5254a74.tar.gz
cuberite-2078d15ad9c3ae5cf6971841cd6b467ca5254a74.tar.bz2
cuberite-2078d15ad9c3ae5cf6971841cd6b467ca5254a74.tar.lz
cuberite-2078d15ad9c3ae5cf6971841cd6b467ca5254a74.tar.xz
cuberite-2078d15ad9c3ae5cf6971841cd6b467ca5254a74.tar.zst
cuberite-2078d15ad9c3ae5cf6971841cd6b467ca5254a74.zip
Diffstat (limited to '')
-rw-r--r--ProtoProxy/Connection.h3
1 files changed, 3 insertions, 0 deletions
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);