Check for falling after piston pusher removal (#392)

This commit is contained in:
DS 2018-01-06 23:32:15 +01:00 committed by Vitaliy
parent ff0bd76efe
commit 993fdedd8c
1 changed files with 1 additions and 0 deletions

View File

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