diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-03-24 14:28:53 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-03-24 14:28:53 +0100 |
commit | 57834374363965198f8870c9f11111d7c8a12d7f (patch) | |
tree | 1b45896954eba5c15ad7d4b8bb790322a1c21fc1 /source/PacketID.h | |
parent | Protocol version bumped up to 29 (MC 1.2.4), seems to work. (diff) | |
download | cuberite-57834374363965198f8870c9f11111d7c8a12d7f.tar cuberite-57834374363965198f8870c9f11111d7c8a12d7f.tar.gz cuberite-57834374363965198f8870c9f11111d7c8a12d7f.tar.bz2 cuberite-57834374363965198f8870c9f11111d7c8a12d7f.tar.lz cuberite-57834374363965198f8870c9f11111d7c8a12d7f.tar.xz cuberite-57834374363965198f8870c9f11111d7c8a12d7f.tar.zst cuberite-57834374363965198f8870c9f11111d7c8a12d7f.zip |
Diffstat (limited to 'source/PacketID.h')
-rw-r--r-- | source/PacketID.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/PacketID.h b/source/PacketID.h index b10bc54be..d557a284f 100644 --- a/source/PacketID.h +++ b/source/PacketID.h @@ -54,6 +54,7 @@ enum ENUM_PACKET_ID E_CREATIVE_INVENTORY_ACTION = 0x6B,
E_UPDATE_SIGN = 0x82,
E_PLAYER_LIST_ITEM = 0xC9,
+ E_PLAYER_ABILITIES = 0xca, // since 1.2.4, protocol version 29
E_PING = 0xfe,
E_DISCONNECT = 0xff,
};
|