From 13e5ee887c5f1fd47ddccd5471baf4e70ed45180 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Tue, 18 Sep 2012 08:35:06 +0000 Subject: ProtoProxy: Added the PACKET_MAP_CHUNK_BULK packet handling git-svn-id: http://mc-server.googlecode.com/svn/trunk@862 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 b54535764..65f916077 100644 --- a/ProtoProxy/Connection.h +++ b/ProtoProxy/Connection.h @@ -129,6 +129,7 @@ protected: bool HandleServerKick(void); bool HandleServerLogin(void); bool HandleServerMapChunk(void); + bool HandleServerMapChunkBulk(void); bool HandleServerMultiBlockChange(void); bool HandleServerPlayerAbilities(void); bool HandleServerPlayerListItem(void); -- cgit v1.2.3