From 9696aa242c88e0c84539b76e5fdd5f2f159dddf9 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Thu, 6 Sep 2012 08:34:08 +0000 Subject: ProtoProxy: Added blockchange packet parsing git-svn-id: http://mc-server.googlecode.com/svn/trunk@838 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- ProtoProxy/Connection.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ProtoProxy/Connection.h') 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); -- cgit v1.2.3