]> git.lizzy.rs Git - Crafter.git/blobdiff - mods/redstone/piston.lua
Fix floating torches
[Crafter.git] / mods / redstone / piston.lua
index a6067898152b61022b75c72680aef4fba365d575..0273c3aa817f6d9620b6e8e0511cd5ebf4144a12 100644 (file)
@@ -578,6 +578,7 @@ local function sticky_piston_pull_nodes(pos,dir)
        if pull and name ~= "air" then
                minetest.remove_node(index_pos)
                minetest.set_node(pos,{name=name,param2=param2})
+               minetest.check_for_falling(index_pos)
        end
 end