forked from Mirrorlandia_minetest/mesecons
Check for falling after piston pusher removal (#392)
This commit is contained in:
parent
ff0bd76efe
commit
993fdedd8c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user