diff options
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,
};
|