]> git.lizzy.rs Git - minetest.git/blobdiff - src/network/serveropcodes.cpp
Fix typo and missing entry in serveropcodes
[minetest.git] / 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
 };