Merge pull request #115 from tigerw/master
Increased wait tick delay for pistons
This commit is contained in:
commit
defa8f8d63
@ -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;
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user