mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
Fix duplicate functions and typos
This commit is contained in:
@@ -82,9 +82,9 @@ end
|
||||
---
|
||||
--- @usage
|
||||
--- ```lua
|
||||
--- local found, stashName = checkHasItem({"playerStash", "storageStash"}, { iron = 2, wood = 5 })
|
||||
--- local found, stashName = checkStashItem({"playerStash", "storageStash"}, { iron = 2, wood = 5 })
|
||||
--- ```
|
||||
function checkHasItem(stashes, itemTable)
|
||||
function checkStashItem(stashes, itemTable)
|
||||
if not stashes then
|
||||
return hasItem(itemTable), nil
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user