Make deployer still activate when it is triggering advancement

This commit is contained in:
Snownee 2021-01-31 19:54:27 +08:00
parent 7436ceb209
commit d1e9b76a24

View file

@ -183,8 +183,7 @@ public class DeployerTileEntity extends KineticTileEntity {
if (state == State.EXPANDING) {
if (boop)
triggerBoop();
else
activate();
activate();
state = State.RETRACTING;
timer = 1000;