mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-12-29 08:26:37 +01:00
Make deployer still activate when it is triggering advancement
This commit is contained in:
parent
7436ceb209
commit
d1e9b76a24
1 changed files with 1 additions and 2 deletions
|
@ -183,8 +183,7 @@ public class DeployerTileEntity extends KineticTileEntity {
|
|||
if (state == State.EXPANDING) {
|
||||
if (boop)
|
||||
triggerBoop();
|
||||
else
|
||||
activate();
|
||||
activate();
|
||||
|
||||
state = State.RETRACTING;
|
||||
timer = 1000;
|
||||
|
|
Loading…
Reference in a new issue