mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-11-21 00:15:23 +01:00
Update 'nodeupdate()' to 'check_for_falling()' API
This commit is contained in:
@@ -356,7 +356,7 @@ minetest.register_abm({
|
||||
end
|
||||
-- Remove node
|
||||
minetest.remove_node(pos)
|
||||
nodeupdate(pos)
|
||||
minetest.check_for_falling(pos)
|
||||
end
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user