From 5d2831ddb9c85c4ffc9782c351ea75508d18a22b Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sun, 22 Sep 2013 18:19:51 +0100 Subject: Increase piston delay to a second Another fix for #57 --- source/Piston.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/Piston.cpp') diff --git a/source/Piston.cpp b/source/Piston.cpp index b5fda1600..136100922 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 = 10; +const int PISTON_TICK_DELAY = 20; -- cgit v1.2.3