]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Add missing server sending rule for bd921a7916f0fafc493b1c4d0eeb5e2bb1d6a7c2
authorLoic Blot <loic.blot@unix-experience.fr>
Fri, 5 May 2017 18:21:04 +0000 (20:21 +0200)
committerLoic Blot <loic.blot@unix-experience.fr>
Fri, 5 May 2017 18:21:04 +0000 (20:21 +0200)
src/network/serveropcodes.cpp

index 450730ca2001ec85fb1a640856fd0ee812c16441..19978a2b64f06cc7e0ee2b358791a8fb6b854f08 100644 (file)
@@ -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,