add return when using jim-shops through jim_bridge

This commit is contained in:
Jim Shield
2025-09-05 14:53:18 +01:00
parent fffef0c228
commit b35817740b

View File

@@ -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