diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-18 10:17:38 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-18 10:17:38 +0200 |
commit | 5d62d8158cc79013e4e8ff3c620708c90313d069 (patch) | |
tree | 58c13805dfd889e412040a4a8bda9906435e5fd7 /ProtoProxy/Connection.h | |
parent | ProtoProxy: added the CHANGE_GAME_STATE packet handling (diff) | |
download | cuberite-5d62d8158cc79013e4e8ff3c620708c90313d069.tar cuberite-5d62d8158cc79013e4e8ff3c620708c90313d069.tar.gz cuberite-5d62d8158cc79013e4e8ff3c620708c90313d069.tar.bz2 cuberite-5d62d8158cc79013e4e8ff3c620708c90313d069.tar.lz cuberite-5d62d8158cc79013e4e8ff3c620708c90313d069.tar.xz cuberite-5d62d8158cc79013e4e8ff3c620708c90313d069.tar.zst cuberite-5d62d8158cc79013e4e8ff3c620708c90313d069.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 ee59311cd..b54535764 100644 --- a/ProtoProxy/Connection.h +++ b/ProtoProxy/Connection.h @@ -133,6 +133,7 @@ protected: bool HandleServerPlayerAbilities(void);
bool HandleServerPlayerListItem(void);
bool HandleServerPlayerPositionLook(void);
+ bool HandleServerSetExperience(void);
bool HandleServerSetSlot(void);
bool HandleServerTimeUpdate(void);
bool HandleServerUpdateHealth(void);
|