mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
dissector branch: fix description of TOCLIENT_PLAYERITEM in clientserver.h
This commit is contained in:
parent
9ebfbd150e
commit
3edf2bb417
1 changed files with 6 additions and 2 deletions
|
@ -165,8 +165,12 @@ enum ToClientCommand
|
||||||
TOCLIENT_PLAYERITEM = 0x36,
|
TOCLIENT_PLAYERITEM = 0x36,
|
||||||
/*
|
/*
|
||||||
u16 command
|
u16 command
|
||||||
|
u16 count of player items
|
||||||
|
for all player items {
|
||||||
u16 peer id
|
u16 peer id
|
||||||
|
u16 length of serialized item
|
||||||
string serialized item
|
string serialized item
|
||||||
|
}
|
||||||
*/
|
*/
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue