Remove legacy nodeupdate 4 core.check_for_falling

This commit is contained in:
Wuzzy 2017-01-26 19:14:07 +01:00
parent 0bc7f6e912
commit 1e540a0746
6 changed files with 10 additions and 10 deletions

View file

@ -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