summaryrefslogtreecommitdiffstats
path: root/source/PacketID.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/PacketID.h1
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,
};