summaryrefslogtreecommitdiff
path: root/vines/nodes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'vines/nodes.lua')
-rw-r--r--vines/nodes.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/vines/nodes.lua b/vines/nodes.lua
index 9d7df00..6a1ee22 100644
--- a/vines/nodes.lua
+++ b/vines/nodes.lua
@@ -58,7 +58,7 @@ minetest.register_node("vines:rope_end", {
groups = {flammable=2, not_in_creative_inventory=1},
sounds = default.node_sound_leaves_defaults(),
after_place_node = function(pos)
- yesh = {x = pos.x, y= pos.y-1, z=pos.z}
+ local yesh = {x = pos.x, y= pos.y-1, z=pos.z}
minetest.add_node(yesh, {name="vines:rope"})
end,
selection_box = {