diff --git a/gamemode/core/libs/sh_item.lua b/gamemode/core/libs/sh_item.lua index b21586107..4fbdf109c 100644 --- a/gamemode/core/libs/sh_item.lua +++ b/gamemode/core/libs/sh_item.lua @@ -705,8 +705,8 @@ do if (character) then local inventory = ix.item.inventories[invID] - if (!inventory or inventory == nil) then - inventory:Sync(client) + if (!inventory) then + return end if ((inventory.owner and inventory.owner == character:GetID()) or inventory:OnCheckAccess(client)) then