Compare commits

..

No commits in common. "41435e71c5d8a95f367f0eb788542462fe665395" and "29ae94803986fb80fff176fa6545fcd66f87beaa" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View file

@ -1,6 +1,6 @@
aeversion=rv3
aechannel=beta
aebuild=24
aebuild=23
aegroup=appeng
aebasename=appliedenergistics2

View file

@ -267,11 +267,7 @@ public class TileLegacyController extends AENetworkPowerTile implements ILocatab
public void removeCPUs() {
boolean changed = false;
while (this.inactiveCPUs > MIN_INACTIVE) {
if (removeLastIfNotBusy()) {
changed = true;
} else {
break;
}
changed = changed || removeLastIfNotBusy();
}
if (changed) {
try {