1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02: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