Fix bug with recipe books table
This commit is contained in:
@@ -50,7 +50,7 @@ module.exports = class CraftingPlan
|
||||
targetItem = @_pending.pop()
|
||||
return unless targetItem?
|
||||
|
||||
recipes = @catalog.findRecipes targetItem.name
|
||||
recipes = @catalog.gatherRecipes targetItem.name
|
||||
return if not recipes.length > 0
|
||||
recipe = recipes[0]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user