1
0

Merge pull request #115 from tigerw/master

Increased wait tick delay for pistons
This commit is contained in:
Mattes D 2013-08-20 07:20:52 -07:00
commit defa8f8d63

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 = 5;
const int PISTON_TICK_DELAY = 10;