Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
remove unneeded comment part
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueWeabo committed Aug 4, 2023
1 parent f14d9d5 commit 3180f75
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ protected ProcessingLogic createProcessingLogic() {
@Override
protected void setProcessingLogicPower(ProcessingLogic logic) {
logic.setAvailableVoltage(V[1]);
// We need to trick the GT_ParallelHelper we have enough amps for all recipe parallels, but also make sure we
// don't use them for overclocking so we will disable amperageOC
// We need to trick the GT_ParallelHelper we have enough amps for all recipe parallels.
logic.setAvailableAmperage(getMaxParallelRecipes());
logic.setAmperageOC(false);
}
Expand Down

0 comments on commit 3180f75

Please sign in to comment.