mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-09 11:35:21 +01:00
Network: Batch individual particle packets (#16458)
also bumps proto ver
This commit is contained in:
@@ -212,4 +212,5 @@ const ClientCommandFactory clientCommandFactoryTable[TOCLIENT_NUM_MSG_TYPES] =
|
||||
{ "TOCLIENT_FORMSPEC_PREPEND", 0, true }, // 0x61
|
||||
{ "TOCLIENT_MINIMAP_MODES", 0, true }, // 0x62
|
||||
{ "TOCLIENT_SET_LIGHTING", 0, true }, // 0x63
|
||||
{ "TOCLIENT_SPAWN_PARTICLE_BATCH", 0, true }, // 0x64
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user