autocrafting fix

This commit is contained in:
kepler155c
2018-01-27 00:37:00 -05:00
parent bcf08b0fe3
commit 6dbb2774b4

View File

@@ -1233,7 +1233,7 @@ function craftPage.wizard:eventHandler(event)
return UI.Wizard.eventHandler(self, event)
end
function craftPage.wizard.pags.resources:enable()
function craftPage.wizard.pages.resources:enable()
local items = listItems()
local count = tonumber(self.parent.quantity.count.value)
local recipe = Craft.findRecipe(self.item)