From: Kahrl Date: Thu, 25 Aug 2011 19:31:28 +0000 (+0200) Subject: dissector branch: fix description of TOCLIENT_PLAYERITEM in clientserver.h X-Git-Tag: 0.2.20110922~24^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3edf2bb417649283feda548a947d248542c5f642;p=oweals%2Fminetest.git dissector branch: fix description of TOCLIENT_PLAYERITEM in clientserver.h --- diff --git a/src/clientserver.h b/src/clientserver.h index 2b7c0e642..9d3192754 100644 --- a/src/clientserver.h +++ b/src/clientserver.h @@ -165,8 +165,12 @@ enum ToClientCommand TOCLIENT_PLAYERITEM = 0x36, /* u16 command - u16 peer id - string serialized item + u16 count of player items + for all player items { + u16 peer id + u16 length of serialized item + string serialized item + } */ };