mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Disable request_send_again in item_sync
This commit is contained in:
parent
9a76dd7dc3
commit
836c941007
1 changed files with 2 additions and 2 deletions
|
@ -360,8 +360,8 @@ function rpc.update_positions(position_data)
|
|||
if item ~= nil then
|
||||
EntitySetTransform(item, x, y)
|
||||
else
|
||||
util.log("Requesting again", gid)
|
||||
rpc.request_send_again(gid)
|
||||
-- util.log("Requesting again", gid)
|
||||
-- rpc.request_send_again(gid)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue