Merge branch '6.4.x' of github.com:BuildCraft/BuildCraft into 6.5.x

This commit is contained in:
asiekierka 2015-03-06 18:54:36 +01:00
commit 61cd85f9c1

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