change nodeupdate() to minetest.check_for_falling() for 5.0.0

master
Vanessa Dannenberg 2019-02-22 14:37:02 -05:00
parent 8cbbb2ab3f
commit fb26a52dd2
2 changed files with 2 additions and 2 deletions

View File

@ -303,7 +303,7 @@ minetest.register_abm({
end
-- Remove node
minetest.remove_node(p0)
nodeupdate(p0)
minetest.check_for_falling(p0)
end
end
})

View File

@ -180,7 +180,7 @@ minetest.register_abm({
return
end
minetest.remove_node(p)
nodeupdate(p)
minetest.check_for_falling(p)
end
else
-- remove flame