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
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue