fix typo breaking tgiann CanCarryItem export check

This commit is contained in:
Jim Shield
2025-07-05 13:24:19 +01:00
parent ca0970b650
commit 9dfbcbe878

View File

@@ -654,7 +654,7 @@ function canCarry(itemTable, src)
elseif isStarted(TgiannInv) then
for k, v in pairs(itemTable) do
resultTable[k] = exports[TgiannInv]:CanCarryItem(source, k, v)
resultTable[k] = exports[TgiannInv]:CanCarryItem(src, k, v)
end
elseif isStarted(JPRInv) then