1
0
réplica de https://github.com/luanti-org/luanti.git synced 2025-11-07 18:55:18 +01:00

dissector branch: fix description of TOCLIENT_PLAYERITEM in clientserver.h

Este commit está contenido en:
Kahrl
2011-08-25 21:31:28 +02:00
padre 9ebfbd150e
commit 3edf2bb417

Ver fichero

@@ -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
}
*/
};