mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Add missing server sending rule for bd921a7916
This commit is contained in:
parent
fe247f38f7
commit
7c82f1e5dd
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ const ClientCommandFactory clientCommandFactoryTable[TOCLIENT_NUM_MSG_TYPES] =
|
||||||
{ "TOCLIENT_EYE_OFFSET", 0, true }, // 0x52
|
{ "TOCLIENT_EYE_OFFSET", 0, true }, // 0x52
|
||||||
{ "TOCLIENT_DELETE_PARTICLESPAWNER", 0, true }, // 0x53
|
{ "TOCLIENT_DELETE_PARTICLESPAWNER", 0, true }, // 0x53
|
||||||
{ "TOCLIENT_CLOUD_PARAMS", 0, true }, // 0x54
|
{ "TOCLIENT_CLOUD_PARAMS", 0, true }, // 0x54
|
||||||
null_command_factory,
|
{ "TOCLIENT_FADE_SOUND", 0, true }, // 0x55
|
||||||
null_command_factory,
|
null_command_factory,
|
||||||
null_command_factory,
|
null_command_factory,
|
||||||
null_command_factory,
|
null_command_factory,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue