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
|
@ -63,7 +63,7 @@ local piston_remove_pusher = function (pos, node)
|
|||
|
||||
if pushername == pistonspec.pusher then --make sure there actually is a pusher (for compatibility reasons mainly)
|
||||
minetest.remove_node(pusherpos)
|
||||
nodeupdate(pusherpos)
|
||||
core.check_for_falling(pusherpos)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue