mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-13 05:54:17 +01:00
Make deployer still activate when it is triggering advancement
This commit is contained in:
parent
7436ceb209
commit
d1e9b76a24
@ -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 New Issue
Block a user