Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing server sending rule for bd921a7
  • Loading branch information
nerzhul committed May 5, 2017
1 parent fe247f3 commit 7c82f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/serveropcodes.cpp
Expand Up @@ -198,7 +198,7 @@ const ClientCommandFactory clientCommandFactoryTable[TOCLIENT_NUM_MSG_TYPES] =
{ "TOCLIENT_EYE_OFFSET", 0, true }, // 0x52
{ "TOCLIENT_DELETE_PARTICLESPAWNER", 0, true }, // 0x53
{ "TOCLIENT_CLOUD_PARAMS", 0, true }, // 0x54
null_command_factory,
{ "TOCLIENT_FADE_SOUND", 0, true }, // 0x55
null_command_factory,
null_command_factory,
null_command_factory,
Expand Down

0 comments on commit 7c82f1e

Please sign in to comment.