diff options
Diffstat (limited to 'ProtoProxy/Connection.h')
-rw-r--r-- | ProtoProxy/Connection.h | 5 |
1 files changed, 3 insertions, 2 deletions
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);
|