1
0

Increase piston delay to a second

Another fix for #57
This commit is contained in:
Tiger Wang 2013-09-22 18:19:51 +01:00
parent 9d46fa6ae9
commit 5d2831ddb9

View File

@ -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;