diff options
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; |