From d1e9b76a248163f8fc109c58e80e3c335b64d4b8 Mon Sep 17 00:00:00 2001 From: Snownee Date: Sun, 31 Jan 2021 19:54:27 +0800 Subject: [PATCH] Make deployer still activate when it is triggering advancement --- .../contraptions/components/deployer/DeployerTileEntity.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerTileEntity.java b/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerTileEntity.java index 65beab8e3..1aa3a0330 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerTileEntity.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerTileEntity.java @@ -183,8 +183,7 @@ public class DeployerTileEntity extends KineticTileEntity { if (state == State.EXPANDING) { if (boop) triggerBoop(); - else - activate(); + activate(); state = State.RETRACTING; timer = 1000;