diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-08-20 14:55:12 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-08-20 14:55:12 +0200 |
commit | f4504b4171c6fadd5f5ef744b160572f7fe267b3 (patch) | |
tree | 8acb8b6dfaeef191d2f8eea8a8119def58f1a20e /source/Piston.cpp | |
parent | Merge branch 'tigerw-master', fixed pistons pushing extended sticky pistons. (diff) | |
download | cuberite-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 |
Diffstat (limited to '')
-rw-r--r-- | source/Piston.cpp | 2 |
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; |