diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-05-08 12:27:12 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-05-08 12:27:12 +0200 |
commit | 2078d15ad9c3ae5cf6971841cd6b467ca5254a74 (patch) | |
tree | 278eaf6fa4e1b6b7a3018af1e9d6180ddcfbd4eb /ProtoProxy/Connection.h | |
parent | Refactored window clicking code to use different click actions (diff) | |
download | cuberite-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 'ProtoProxy/Connection.h')
-rw-r--r-- | ProtoProxy/Connection.h | 3 |
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);
|