1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Notify other players of wielded item change

This commit is contained in:
Giuseppe Bilotta 2011-08-11 07:02:57 +02:00
parent 88a9bae160
commit 371af9c241
4 changed files with 110 additions and 0 deletions

View file

@ -160,6 +160,13 @@ enum ToClientCommand
u16 reason_length
wstring reason
*/
TOCLIENT_PLAYERITEM = 0x36,
/*
u16 command
u16 peer id
string serialized item
*/
};
enum ToServerCommand