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