From f4504b4171c6fadd5f5ef744b160572f7fe267b3 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Tue, 20 Aug 2013 13:55:12 +0100 Subject: Increased wait tick delay for pistons Pistons again! --- source/Piston.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Piston.cpp b/source/Piston.cpp index 2431bdac2..37a20d7b4 100644 --- a/source/Piston.cpp +++ b/source/Piston.cpp @@ -21,7 +21,7 @@ extern bool g_BlockPistonBreakable[]; /// Number of ticks that the piston extending / retracting waits before setting the block -const int PISTON_TICK_DELAY = 5; +const int PISTON_TICK_DELAY = 30; -- cgit v1.2.3