Fix block break robots going into sleep mode after successfully harvesting block. Close #2528
This commit is contained in:
parent
e970f4b5ec
commit
bc9e61cc67
1 changed files with 0 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue