diff --git a/common/buildcraft/robotics/boards/BoardRobotGenericBreakBlock.java b/common/buildcraft/robotics/boards/BoardRobotGenericBreakBlock.java index 9a26a9e0..c8712ace 100644 --- a/common/buildcraft/robotics/boards/BoardRobotGenericBreakBlock.java +++ b/common/buildcraft/robotics/boards/BoardRobotGenericBreakBlock.java @@ -108,7 +108,6 @@ public abstract class BoardRobotGenericBreakBlock extends RedstoneBoardRobot { startDelegateAI(new AIRobotBreak(robot, indexStored)); } else if (ai instanceof AIRobotBreak) { releaseBlockFound(); - startDelegateAI(new AIRobotGotoSleep(robot)); } }