summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/clientserver.h8
1 files changed, 6 insertions, 2 deletions
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
+ }
*/
};