diff options
author | mtilden@gmail.com <mtilden@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-12-26 02:07:35 +0100 |
---|---|---|
committer | mtilden@gmail.com <mtilden@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-12-26 02:07:35 +0100 |
commit | bf838238e45f4ba96c0653f77cf1bf79e6c13c78 (patch) | |
tree | 12a75a20b00d825c45f846f8e11f7ace9144906b /source/PacketID.h | |
parent | - Fixed Bug #99 -> Mobs no longer bother you in creative mode (diff) | |
download | cuberite-bf838238e45f4ba96c0653f77cf1bf79e6c13c78.tar cuberite-bf838238e45f4ba96c0653f77cf1bf79e6c13c78.tar.gz cuberite-bf838238e45f4ba96c0653f77cf1bf79e6c13c78.tar.bz2 cuberite-bf838238e45f4ba96c0653f77cf1bf79e6c13c78.tar.lz cuberite-bf838238e45f4ba96c0653f77cf1bf79e6c13c78.tar.xz cuberite-bf838238e45f4ba96c0653f77cf1bf79e6c13c78.tar.zst cuberite-bf838238e45f4ba96c0653f77cf1bf79e6c13c78.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 f19d7a795..7fc068b53 100644 --- a/source/PacketID.h +++ b/source/PacketID.h @@ -52,6 +52,7 @@ enum ENUM_PACKET_ID E_INVENTORY_PROGRESS= 0x69,
E_CREATE_INVENTORY_ACTION = 0x6B,
E_UPDATE_SIGN = 0x82,
+ E_PLAYER_LIST_ITEM = 0xC9,
E_PING = 0xfe,
E_DISCONNECT = 0xff,
};
|