projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ebfbd1
)
dissector branch: fix description of TOCLIENT_PLAYERITEM in clientserver.h
author
Kahrl
<kahrl@gmx.net>
Thu, 25 Aug 2011 19:31:28 +0000
(21:31 +0200)
committer
Kahrl
<kahrl@gmx.net>
Thu, 25 Aug 2011 19:31:28 +0000
(21:31 +0200)
src/clientserver.h
patch
|
blob
|
history
diff --git
a/src/clientserver.h
b/src/clientserver.h
index 2b7c0e642e9df81b2a595665ef1c99b9fc81d9f8..9d319275488725b10e1ba7b3a3c1af50812d2290 100644
(file)
--- 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
+ }
*/
};