Merge pull request #2531 from marcin212/master

Fix block break robots going into sleep mode after successfully harvesti...
This commit is contained in:
Adrian Siekierka 2015-03-06 17:40:33 +01:00
commit 31742b3c96

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