Remove legacy nodeupdate 4 core.check_for_falling
This commit is contained in:
parent
0bc7f6e912
commit
1e540a0746
6 changed files with 10 additions and 10 deletions
|
@ -181,7 +181,7 @@ minetest.register_abm({
|
|||
return
|
||||
end
|
||||
minetest.remove_node(p)
|
||||
nodeupdate(p)
|
||||
core.check_for_falling(p)
|
||||
end
|
||||
else
|
||||
-- remove flame
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue