forked from minetest-mods/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,
|
max_hear_distance = 20,
|
||||||
gain = 0.3,
|
gain = 0.3,
|
||||||
})
|
})
|
||||||
|
minetest.check_for_falling(pusherpos)
|
||||||
end
|
end
|
||||||
|
|
||||||
local piston_on = function(pos, node)
|
local piston_on = function(pos, node)
|
||||||
|
Loading…
Reference in New Issue
Block a user