From 57834374363965198f8870c9f11111d7c8a12d7f Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sat, 24 Mar 2012 13:28:53 +0000 Subject: Added the new 1.2.4's PlayerAbilities packet; restructures packet files for less files, more dense. git-svn-id: http://mc-server.googlecode.com/svn/trunk@431 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/PacketID.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/PacketID.h') 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, }; -- cgit v1.2.3