From dfce9595e9cd3cdd9043805de5dfd3b16abfc868 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sat, 13 Oct 2012 09:40:55 +0000 Subject: ProtoProxy: Added the PACKET_ENTITY_ACTION packet handling git-svn-id: http://mc-server.googlecode.com/svn/trunk@954 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- ProtoProxy/Connection.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ProtoProxy/Connection.h') diff --git a/ProtoProxy/Connection.h b/ProtoProxy/Connection.h index cc132bca2..307076ed8 100644 --- a/ProtoProxy/Connection.h +++ b/ProtoProxy/Connection.h @@ -103,6 +103,7 @@ protected: bool HandleClientClientStatuses(void); bool HandleClientCreativeInventoryAction(void); bool HandleClientEncryptionKeyResponse(void); + bool HandleClientEntityAction(void); bool HandleClientHandshake(void); bool HandleClientKeepAlive(void); bool HandleClientLocaleAndView(void); -- cgit v1.2.3