1
0

Reduced delay a little

This commit is contained in:
Tiger Wang 2013-08-20 14:27:47 +01:00
parent f4504b4171
commit e6d8374fe2

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