summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2013-08-20 14:55:12 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2013-08-20 14:55:12 +0200
commitf4504b4171c6fadd5f5ef744b160572f7fe267b3 (patch)
tree8acb8b6dfaeef191d2f8eea8a8119def58f1a20e
parentMerge branch 'tigerw-master', fixed pistons pushing extended sticky pistons. (diff)
downloadcuberite-f4504b4171c6fadd5f5ef744b160572f7fe267b3.tar
cuberite-f4504b4171c6fadd5f5ef744b160572f7fe267b3.tar.gz
cuberite-f4504b4171c6fadd5f5ef744b160572f7fe267b3.tar.bz2
cuberite-f4504b4171c6fadd5f5ef744b160572f7fe267b3.tar.lz
cuberite-f4504b4171c6fadd5f5ef744b160572f7fe267b3.tar.xz
cuberite-f4504b4171c6fadd5f5ef744b160572f7fe267b3.tar.zst
cuberite-f4504b4171c6fadd5f5ef744b160572f7fe267b3.zip
-rw-r--r--source/Piston.cpp2
1 files changed, 1 insertions, 1 deletions
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;