Remove nodeupdate completely (#6358)

This commit is contained in:
Rui
2017-09-01 20:40:09 +09:00
committed by Loïc Blot
parent bf403b923a
commit c0dac4d928
5 changed files with 3 additions and 29 deletions

View File

@@ -135,7 +135,7 @@ minetest.register_on_punchnode(function(p, node)
if node.name == "experimental:tnt" then
minetest.remove_node(p)
minetest.add_entity(p, "experimental:tnt")
nodeupdate(p)
minetest.check_for_falling(p)
end
end)