mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-25 16:45:03 -04:00
Update 'nodeupdate()' to 'check_for_falling()' API
This commit is contained in:
parent
208c9f4901
commit
09a229b412
6 changed files with 8 additions and 8 deletions
|
@ -16,7 +16,7 @@ local function destruct_bed(pos, n)
|
|||
if reverse then
|
||||
reverse = not reverse
|
||||
minetest.remove_node(other)
|
||||
nodeupdate(other)
|
||||
minetest.check_for_falling(other)
|
||||
else
|
||||
reverse = not reverse
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue