mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Method add_pos for object/player (#14126)
This commit is contained in:
@@ -221,6 +221,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
[scheduled bump for 5.8.0]
|
||||
PROTOCOL VERSION 44:
|
||||
AO_CMD_SET_BONE_POSITION extended
|
||||
Add TOCLIENT_MOVE_PLAYER_REL
|
||||
[scheduled bump for 5.9.0]
|
||||
*/
|
||||
|
||||
@@ -835,6 +836,11 @@ enum ToClientCommand
|
||||
f32 day_opacity
|
||||
*/
|
||||
|
||||
TOCLIENT_MOVE_PLAYER_REL = 0x5d,
|
||||
/*
|
||||
v3f added_pos
|
||||
*/
|
||||
|
||||
TOCLIENT_SRP_BYTES_S_B = 0x60,
|
||||
/*
|
||||
Belonging to AUTH_MECHANISM_SRP.
|
||||
|
Reference in New Issue
Block a user