diff options
author | Mattes D <github@xoft.cz> | 2013-08-20 16:20:52 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2013-08-20 16:20:52 +0200 |
commit | defa8f8d6361fb6302b238a0df1ff9def0f170ab (patch) | |
tree | 101b15e542c3c6ae835c54591e803da1ae09dd8a /source | |
parent | Merge branch 'tigerw-master', fixed pistons pushing extended sticky pistons. (diff) | |
parent | Reduced delay a little (diff) | |
download | cuberite-defa8f8d6361fb6302b238a0df1ff9def0f170ab.tar cuberite-defa8f8d6361fb6302b238a0df1ff9def0f170ab.tar.gz cuberite-defa8f8d6361fb6302b238a0df1ff9def0f170ab.tar.bz2 cuberite-defa8f8d6361fb6302b238a0df1ff9def0f170ab.tar.lz cuberite-defa8f8d6361fb6302b238a0df1ff9def0f170ab.tar.xz cuberite-defa8f8d6361fb6302b238a0df1ff9def0f170ab.tar.zst cuberite-defa8f8d6361fb6302b238a0df1ff9def0f170ab.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..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 = 5; +const int PISTON_TICK_DELAY = 10; |