summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2013-08-20 15:27:47 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2013-08-20 15:27:47 +0200
commite6d8374fe205b8d1ba1bbaf9b989db5f431e1d15 (patch)
tree101b15e542c3c6ae835c54591e803da1ae09dd8a /source
parentIncreased wait tick delay for pistons (diff)
downloadcuberite-e6d8374fe205b8d1ba1bbaf9b989db5f431e1d15.tar
cuberite-e6d8374fe205b8d1ba1bbaf9b989db5f431e1d15.tar.gz
cuberite-e6d8374fe205b8d1ba1bbaf9b989db5f431e1d15.tar.bz2
cuberite-e6d8374fe205b8d1ba1bbaf9b989db5f431e1d15.tar.lz
cuberite-e6d8374fe205b8d1ba1bbaf9b989db5f431e1d15.tar.xz
cuberite-e6d8374fe205b8d1ba1bbaf9b989db5f431e1d15.tar.zst
cuberite-e6d8374fe205b8d1ba1bbaf9b989db5f431e1d15.zip
Diffstat (limited to 'source')
-rw-r--r--source/Piston.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Piston.cpp b/source/Piston.cpp
index 37a20d7b4..97db3e568 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 = 30;
+const int PISTON_TICK_DELAY = 10;