1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2024-11-17 15:58:29 +01:00

local-ize one last var

This commit is contained in:
Vanessa Ezekowitz 2013-12-15 06:21:39 -05:00
parent 030ae3283d
commit 6785ba39f4

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