1
0
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:
Lars Müller
2025-09-22 18:46:34 +02:00
committed by GitHub
parent 4c29bf6923
commit 5f5ea13251
9 changed files with 116 additions and 51 deletions

View File

@@ -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
};