local-ize one last var

This commit is contained in:
Vanessa Ezekowitz 2013-12-15 06:21:39 -05:00
parent 030ae3283d
commit 6785ba39f4
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ local function make_inventory_cache(invlist)
return l
end
function autocraft(inventory, pos)
local function autocraft(inventory, pos)
local recipe = inventory:get_list("recipe")
local recipe_last
local result