From b35817740b6c5473ffd98568e1524ccd7b4c741c Mon Sep 17 00:00:00 2001 From: Jim Shield Date: Fri, 5 Sep 2025 14:53:18 +0100 Subject: [PATCH] add return when using jim-shops through jim_bridge --- shared/itemcontrol.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/itemcontrol.lua b/shared/itemcontrol.lua index e28dfc0..9a4a979 100644 --- a/shared/itemcontrol.lua +++ b/shared/itemcontrol.lua @@ -2667,6 +2667,7 @@ function openShop(data) if Config.General.JimShops then TriggerServerEvent("jim-shops:ShopOpen", "shop", data.items.label, data.items) lookEnt(data.coords) + return end for i = 1, #InvFunc do