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:
parent
4c29bf6923
commit
5f5ea13251
9 changed files with 116 additions and 51 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue