From 1e37002528a534730b73b3bb75eeb7acd6a08447 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Fri, 5 Jul 2013 20:56:54 +0000 Subject: ProtoProxy: Updated to protocol 1.6.1 (#73) git-svn-id: http://mc-server.googlecode.com/svn/trunk@1648 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- ProtoProxy/Connection.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ProtoProxy/Connection.h') diff --git a/ProtoProxy/Connection.h b/ProtoProxy/Connection.h index 1d2267f9e..013471302 100644 --- a/ProtoProxy/Connection.h +++ b/ProtoProxy/Connection.h @@ -140,10 +140,11 @@ protected: bool HandleServerEncryptionKeyRequest(void); bool HandleServerEncryptionKeyResponse(void); bool HandleServerEntity(void); - bool HandleServerEntityHeadLook(void); - bool HandleServerEntityMetadata(void); bool HandleServerEntityEquipment(void); + bool HandleServerEntityHeadLook(void); bool HandleServerEntityLook(void); + bool HandleServerEntityMetadata(void); + bool HandleServerEntityProperties(void); bool HandleServerEntityRelativeMove(void); bool HandleServerEntityRelativeMoveLook(void); bool HandleServerEntityStatus(void); -- cgit v1.2.3