diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-11 21:40:26 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-11 21:40:26 +0200 |
commit | 3b125d47d149b76f9d9bc6d88c581cdc1b95655d (patch) | |
tree | 6f35dba813505b5b9f4648aad46e7771b0cbd151 /ProtoProxy/Connection.h | |
parent | Fixed chatlog plugin (diff) | |
download | cuberite-3b125d47d149b76f9d9bc6d88c581cdc1b95655d.tar cuberite-3b125d47d149b76f9d9bc6d88c581cdc1b95655d.tar.gz cuberite-3b125d47d149b76f9d9bc6d88c581cdc1b95655d.tar.bz2 cuberite-3b125d47d149b76f9d9bc6d88c581cdc1b95655d.tar.lz cuberite-3b125d47d149b76f9d9bc6d88c581cdc1b95655d.tar.xz cuberite-3b125d47d149b76f9d9bc6d88c581cdc1b95655d.tar.zst cuberite-3b125d47d149b76f9d9bc6d88c581cdc1b95655d.zip |
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 995e45deb..cc132bca2 100644 --- a/ProtoProxy/Connection.h +++ b/ProtoProxy/Connection.h @@ -123,6 +123,7 @@ protected: bool HandleServerBlockChange(void);
bool HandleServerChangeGameState(void);
bool HandleServerChatMessage(void);
+ bool HandleServerCollectPickup(void);
bool HandleServerCompass(void);
bool HandleServerDestroyEntities(void);
bool HandleServerEncryptionKeyRequest(void);
|