mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Dynamic_Add_Media v2 (#11550)
This commit is contained in:
parent
bcb6565483
commit
bbfae0cc67
19 changed files with 796 additions and 246 deletions
|
@ -204,7 +204,7 @@ const ServerCommandFactory serverCommandFactoryTable[TOSERVER_NUM_MSG_TYPES] =
|
|||
null_command_factory, // 0x3e
|
||||
null_command_factory, // 0x3f
|
||||
{ "TOSERVER_REQUEST_MEDIA", 1, true }, // 0x40
|
||||
null_command_factory, // 0x41
|
||||
{ "TOSERVER_HAVE_MEDIA", 2, true }, // 0x41
|
||||
null_command_factory, // 0x42
|
||||
{ "TOSERVER_CLIENT_READY", 1, true }, // 0x43
|
||||
null_command_factory, // 0x44
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue