]> git.lizzy.rs Git - minetest.git/commitdiff
Fix typo and missing entry in serveropcodes
authorparadust7 <102263465+paradust7@users.noreply.github.com>
Sat, 18 Feb 2023 15:47:08 +0000 (07:47 -0800)
committerGitHub <noreply@github.com>
Sat, 18 Feb 2023 15:47:08 +0000 (16:47 +0100)
src/network/serveropcodes.cpp

index 12665e7f17fb0176e3095b5783a868657b0c83d5..cd2ff64fd478b411e98655168a918dcd1bbb1732 100644 (file)
@@ -219,7 +219,8 @@ const ClientCommandFactory clientCommandFactoryTable[TOCLIENT_NUM_MSG_TYPES] =
        null_command_factory, // 0x5d
        null_command_factory, // 0x5e
        null_command_factory, // 0x5f
-       { "TOSERVER_SRP_BYTES_S_B",            0, true }, // 0x60
+       { "TOCLIENT_SRP_BYTES_S_B",            0, true }, // 0x60
        { "TOCLIENT_FORMSPEC_PREPEND",         0, true }, // 0x61
        { "TOCLIENT_MINIMAP_MODES",            0, true }, // 0x62
+       { "TOCLIENT_SET_LIGHTING",             0, true }, // 0x63
 };