1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-16 09:55:22 +02: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

@@ -131,6 +131,7 @@ core.protocol_versions = {
["5.11.0"] = 47,
["5.12.0"] = 48,
["5.13.0"] = 49,
["5.14.0"] = 50,
}
setmetatable(core.protocol_versions, {__newindex = function()