mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix non reverted change on TOSERVER_BREATH compat
This commit is contained in:
parent
52ba1f867e
commit
e2e8da5ee4
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ const ServerCommandFactory serverCommandFactoryTable[TOSERVER_NUM_MSG_TYPES] =
|
||||||
null_command_factory, // 0x3f
|
null_command_factory, // 0x3f
|
||||||
{ "TOSERVER_REQUEST_MEDIA", 1, true }, // 0x40
|
{ "TOSERVER_REQUEST_MEDIA", 1, true }, // 0x40
|
||||||
{ "TOSERVER_RECEIVED_MEDIA", 1, true }, // 0x41
|
{ "TOSERVER_RECEIVED_MEDIA", 1, true }, // 0x41
|
||||||
null_command_factory, // 0x42 old TOSERVER_BREATH. Ignored by servers
|
{ "TOSERVER_BREATH", 0, true }, // 0x42 old TOSERVER_BREATH. Ignored by servers
|
||||||
{ "TOSERVER_CLIENT_READY", 0, true }, // 0x43
|
{ "TOSERVER_CLIENT_READY", 0, true }, // 0x43
|
||||||
null_command_factory, // 0x44
|
null_command_factory, // 0x44
|
||||||
null_command_factory, // 0x45
|
null_command_factory, // 0x45
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue