]> git.lizzy.rs Git - Crafter.git/commitdiff
Remove debug from pistons
authoroilboi <47129783+oilboi@users.noreply.github.com>
Wed, 1 Jul 2020 03:49:38 +0000 (23:49 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Wed, 1 Jul 2020 03:49:38 +0000 (23:49 -0400)
mods/redstone/piston.lua

index 5d2fa282a0f94450229b75c9382aeeaeabbde90b..45b206acfc6f93385775af411fb6c00d1dafd377 100644 (file)
@@ -474,7 +474,6 @@ local function sticky_push_nodes(pos,dir)
 
        --check if room to move and objects in log
        if space == true and next(move_index) then
-               print("running")
                for i = 1,table.getn(move_index) do
                        move_index[i].pos = vector.add(move_index[i].pos,dir)
                        minetest.set_node(move_index[i].pos,move_index[i])