diff --git a/data/loader.lua b/data/loader.lua index 7974209a..845b56f0 100644 --- a/data/loader.lua +++ b/data/loader.lua @@ -80,7 +80,7 @@ function ItemLoader:ProcessMixin(itemMixin) local itemLocation = itemMixin:GetItemLocation() if itemLocation == nil then return end - if not itemMixin:IsItemEmpty() then + if itemMixin:IsItemEmpty() then local data = {} ---@cast data +ItemData data.bagid, data.slotid = itemMixin:GetItemLocation():GetBagAndSlot()