mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Client: Don't send `TOSERVER_RECEIVED_MEDIA` since it's not used anymore Server: Handle `TOSERVER_RECEIVED_MEDIA` using `Server::handleCommand_Deprecated`
This commit is contained in:
parent
70ceeb80a1
commit
ff1ef67dcc
4 changed files with 3 additions and 13 deletions
|
@ -106,7 +106,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
add swap_node
|
||||
PROTOCOL_VERSION 23:
|
||||
Obsolete TOSERVER_RECEIVED_MEDIA
|
||||
Add TOSERVER_CLIENT_READY
|
||||
Server: Stop using TOSERVER_CLIENT_READY
|
||||
PROTOCOL_VERSION 24:
|
||||
ContentFeatures version 7
|
||||
ContentFeatures: change number of special tiles to 6 (CF_SPECIAL_COUNT)
|
||||
|
@ -152,6 +152,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
with pre-30 clients by sending sqrt(visual_scale)
|
||||
PROTOCOL VERSION 31:
|
||||
Add tile overlay
|
||||
Stop sending TOSERVER_CLIENT_READY
|
||||
*/
|
||||
|
||||
#define LATEST_PROTOCOL_VERSION 31
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue