summaryrefslogtreecommitdiffstats
path: root/source/Piston.cpp
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2013-09-22 21:31:53 +0200
committerMattes D <github@xoft.cz>2013-09-22 21:31:53 +0200
commit63c627f68fbfe7b97fb04f0a40b44423cd12c366 (patch)
tree3f52eb0bc26015e90492d4cabdb3150984fb94b3 /source/Piston.cpp
parentAdded a simple valgrind script for easier testing. (diff)
parentRemoved some unneeded includes (diff)
downloadcuberite-63c627f68fbfe7b97fb04f0a40b44423cd12c366.tar
cuberite-63c627f68fbfe7b97fb04f0a40b44423cd12c366.tar.gz
cuberite-63c627f68fbfe7b97fb04f0a40b44423cd12c366.tar.bz2
cuberite-63c627f68fbfe7b97fb04f0a40b44423cd12c366.tar.lz
cuberite-63c627f68fbfe7b97fb04f0a40b44423cd12c366.tar.xz
cuberite-63c627f68fbfe7b97fb04f0a40b44423cd12c366.tar.zst
cuberite-63c627f68fbfe7b97fb04f0a40b44423cd12c366.zip
Diffstat (limited to '')
-rw-r--r--source/Piston.cpp2
1 files changed, 1 insertions, 1 deletions
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;