Fix block break robots going into sleep mode after successfully harvesting block. Close #2528

This commit is contained in:
marcin212 2015-03-06 17:35:48 +01:00
parent e970f4b5ec
commit bc9e61cc67

View file

@ -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));
}
}