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:
parent
030ae3283d
commit
6785ba39f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user