Fix bug where tools status was not in recalculate

This commit is contained in:
Andrew Miner
2014-12-23 20:32:50 -08:00
parent 95c15abe10
commit 3ea6a845c7
@@ -73,4 +73,4 @@ module.exports = class CraftingTableController extends BaseController
_recalculate: -> _recalculate: ->
return if not @_name? or @_name.length is 0 return if not @_name? or @_name.length is 0
@model.craft @_name, @_quantity @model.craft @_name, @_quantity, @_includingTools