From 993fdedd8ccc21610efee00a08e102b38aa34b7e Mon Sep 17 00:00:00 2001 From: DS Date: Sat, 6 Jan 2018 23:32:15 +0100 Subject: Check for falling after piston pusher removal (#392) --- mesecons_pistons/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mesecons_pistons/init.lua b/mesecons_pistons/init.lua index 5e2cdf9..e10b604 100644 --- a/mesecons_pistons/init.lua +++ b/mesecons_pistons/init.lua @@ -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) -- cgit v1.2.3