Skip to content

Commit

Permalink
Check for falling after piston pusher removal (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
Desour authored and numberZero committed Jan 6, 2018
1 parent ff0bd76 commit 993fded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mesecons_pistons/init.lua
Expand Up @@ -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)
Expand Down

0 comments on commit 993fded

Please sign in to comment.