mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +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
|
elseif isStarted(TgiannInv) then
|
||||||
for k, v in pairs(itemTable) do
|
for k, v in pairs(itemTable) do
|
||||||
resultTable[k] = exports[TgiannInv]:CanCarryItem(source, k, v)
|
resultTable[k] = exports[TgiannInv]:CanCarryItem(src, k, v)
|
||||||
end
|
end
|
||||||
|
|
||||||
elseif isStarted(JPRInv) then
|
elseif isStarted(JPRInv) then
|
||||||
|
|||||||
Reference in New Issue
Block a user