Skip to content

Commit 7c82f1e

Browse files
committedMay 5, 2017
Add missing server sending rule for bd921a7
1 parent fe247f3 commit 7c82f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/network/serveropcodes.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ const ClientCommandFactory clientCommandFactoryTable[TOCLIENT_NUM_MSG_TYPES] =
198198
{ "TOCLIENT_EYE_OFFSET", 0, true }, // 0x52
199199
{ "TOCLIENT_DELETE_PARTICLESPAWNER", 0, true }, // 0x53
200200
{ "TOCLIENT_CLOUD_PARAMS", 0, true }, // 0x54
201-
null_command_factory,
201+
{ "TOCLIENT_FADE_SOUND", 0, true }, // 0x55
202202
null_command_factory,
203203
null_command_factory,
204204
null_command_factory,

0 commit comments

Comments
 (0)
Please sign in to comment.