Fixed mayor bug that bugs you when node is removed.

master
Bas 2012-07-17 21:50:18 +03:00
parent 3789d35f83
commit 64b9c1e821
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ minetest.register_on_dignode(function (pos, node, player)
minetest.env:remove_node(p)
until n.name == "vines:ropes" or n.name == "vines:rope_end"
until n.name == "vines:rope_end" --ooops!
end