mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
increase limit to item sync from 100 to 256
This commit is contained in:
parent
3575ccc658
commit
107c55f83e
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ function rpc.item_localize_req(gid)
|
|||
end
|
||||
|
||||
function rpc.update_positions(position_data)
|
||||
local LIMIT = 100
|
||||
local LIMIT = 256
|
||||
local cx, cy = GameGetCameraPos()
|
||||
for gid, el in pairs(position_data) do
|
||||
local x, y = el[1], el[2]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue