1
0

Increased wait tick delay for pistons

Pistons again!
This commit is contained in:
Tiger Wang 2013-08-20 13:55:12 +01:00
parent 2e5de0c13d
commit f4504b4171

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 = 30;