diff options
Diffstat (limited to '')
-rw-r--r-- | ProtoProxy/Connection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ProtoProxy/Connection.h b/ProtoProxy/Connection.h index 6c55cb9bb..3ce2a9c5c 100644 --- a/ProtoProxy/Connection.h +++ b/ProtoProxy/Connection.h @@ -108,6 +108,7 @@ protected: bool HandleClientPlayerPositionLook(void);
// Packet handling, server-side:
+ bool HandleServerBlockChange(void);
bool HandleServerChatMessage(void);
bool HandleServerCompass(void);
bool HandleServerEncryptionKeyRequest(void);
@@ -117,6 +118,7 @@ protected: bool HandleServerKick(void);
bool HandleServerLogin(void);
bool HandleServerMapChunk(void);
+ bool HandleServerMultiBlockChange(void);
bool HandleServerPlayerAbilities(void);
bool HandleServerPlayerListItem(void);
bool HandleServerPlayerPositionLook(void);
|