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 aeversion=rv3
aechannel=beta aechannel=beta
aebuild=24 aebuild=23
aegroup=appeng aegroup=appeng
aebasename=appliedenergistics2 aebasename=appliedenergistics2

View file

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