replace nodeupdate with checkforfalling minetest

This commit is contained in:
MistUnky 2021-04-26 23:35:46 -04:00
parent 66f01ec5cb
commit 0a3cab9719
2 changed files with 2 additions and 0 deletions

View File

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

View File

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