From 836c941007c0cdbc9536cd8ecedbc71af5a04e81 Mon Sep 17 00:00:00 2001 From: IQuant Date: Sat, 21 Sep 2024 23:46:55 +0300 Subject: [PATCH] Disable request_send_again in item_sync --- quant.ew/files/system/item_sync.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quant.ew/files/system/item_sync.lua b/quant.ew/files/system/item_sync.lua index e1c632a8..ef3e5692 100644 --- a/quant.ew/files/system/item_sync.lua +++ b/quant.ew/files/system/item_sync.lua @@ -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