]> git.lizzy.rs Git - minetest.git/blobdiff - src/network/clientopcodes.cpp
Add minetest.get_player_window_information() (#12367)
[minetest.git] / src / network / clientopcodes.cpp
index 6a78b4652e072fb030babce62acf3322176e7826..bff3181551724837e03a20c75288a7a8583e4b15 100644 (file)
@@ -223,4 +223,5 @@ const ServerCommandFactory serverCommandFactoryTable[TOSERVER_NUM_MSG_TYPES] =
        { "TOSERVER_FIRST_SRP",          1, true }, // 0x50
        { "TOSERVER_SRP_BYTES_A",        1, true }, // 0x51
        { "TOSERVER_SRP_BYTES_M",        1, true }, // 0x52
+       { "TOSERVER_UPDATE_CLIENT_INFO", 1, true }, // 0x53
 };