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:
parent
88a9bae160
commit
371af9c241
4 changed files with 110 additions and 0 deletions
|
@ -160,6 +160,13 @@ enum ToClientCommand
|
|||
u16 reason_length
|
||||
wstring reason
|
||||
*/
|
||||
|
||||
TOCLIENT_PLAYERITEM = 0x36,
|
||||
/*
|
||||
u16 command
|
||||
u16 peer id
|
||||
string serialized item
|
||||
*/
|
||||
};
|
||||
|
||||
enum ToServerCommand
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue