mirror of
https://github.com/minetest/minetest_game.git
synced 2025-06-28 04:40:22 +02:00
Update 'nodeupdate()' to 'check_for_falling()' API
This commit is contained in:
@ -290,7 +290,7 @@ else -- Fire enabled
|
||||
def.on_burn(p)
|
||||
else
|
||||
minetest.remove_node(p)
|
||||
nodeupdate(p)
|
||||
minetest.check_for_falling(p)
|
||||
end
|
||||
end
|
||||
end,
|
||||
|
Reference in New Issue
Block a user