Increased wait tick delay for pistons
Pistons again!
This commit is contained in:
parent
2e5de0c13d
commit
f4504b4171
@ -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;
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user