mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-16 21:46:03 +01:00
fix typo breaking tgiann CanCarryItem export check
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user