Remove nodeupdate completely (#6358)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user