1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-05 19:31:04 +00: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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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()