mirror of
https://github.com/minetest-mods/ropes.git
synced 2024-11-28 10:23:44 +01:00
Fixed mayor bug that bugs you when node is removed.
This commit is contained in:
parent
3789d35f83
commit
64b9c1e821
2
init.lua
2
init.lua
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user