Skip to content
Snippets Groups Projects
Commit 993fdedd authored by DS's avatar DS Committed by Vitaliy
Browse files

Check for falling after piston pusher removal (#392)

parent ff0bd76e
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,7 @@ local function piston_remove_pusher(pos, node)
max_hear_distance = 20,
gain = 0.3,
})
minetest.check_for_falling(pusherpos)
end
local piston_on = function(pos, node)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment