Revert add punch node

This commit is contained in:
epCode 2023-06-04 21:53:39 -07:00
parent 5e4fa30aae
commit df8592df41
1 changed files with 0 additions and 1 deletions

View File

@ -525,7 +525,6 @@ function mob_class:replace_node(pos)
minetest.after(self.replace_delay, function()
if self and self.object and self.object:get_velocity() and self.health > 0 then
minetest.set_node(pos, newnode)
minetest.punch_node(pos)
end
end)
end