projects
/
zefram
/
minetest
/
pipeworks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
030ae32
)
local-ize one last var
author
Vanessa Ezekowitz
<vanessaezekowitz@gmail.com>
Sun, 15 Dec 2013 11:21:39 +0000
(06:21 -0500)
committer
Vanessa Ezekowitz
<vanessaezekowitz@gmail.com>
Sun, 15 Dec 2013 11:21:39 +0000
(06:21 -0500)
autocrafter.lua
patch
|
blob
|
history
diff --git
a/autocrafter.lua
b/autocrafter.lua
index d47bef37a02cce328d300993e11572f882660625..195bd1e2e93069e7265ed72d6d26461dbc79f985 100644
(file)
--- a/
autocrafter.lua
+++ b/
autocrafter.lua
@@
-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