mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
Compare commits
1 Commits
v2.1.07
...
e05815cfbd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e05815cfbd |
@@ -2315,7 +2315,7 @@ function getStash(stashName)
|
||||
if isStarted(inv.invName) then
|
||||
debugPrint("^6Bridge^7: ^2Retrieving ^3"..inv.invName.." ^2Stash^7:", stashName)
|
||||
stashItems = inv.getStash(stashName)
|
||||
break
|
||||
goto skip
|
||||
end
|
||||
end
|
||||
|
||||
@@ -2331,7 +2331,7 @@ function getStash(stashName)
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
::skip::
|
||||
if stashItems then
|
||||
for _, item in pairs(stashItems) do
|
||||
local itemInfo = Items[item.name:lower()]
|
||||
|
||||
Reference in New Issue
Block a user