Skip to content

Commit

Permalink
Update ItemBusPartMachine.java
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungOnionMC authored Nov 17, 2024
1 parent ecc55ff commit 6143873
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,7 @@ public void setWorkingEnabled(boolean workingEnabled) {
public void attachConfigurators(ConfiguratorPanel configuratorPanel) {
if (this.io == IO.OUT) {
IDistinctPart.super.superAttachConfigurators(configuratorPanel);
}
else if (this.io == IO.IN) {
} else if (this.io == IO.IN) {
IDistinctPart.super.attachConfigurators(configuratorPanel);
configuratorPanel.attachConfigurators(new CircuitFancyConfigurator(circuitInventory.storage));
}
Expand Down

0 comments on commit 6143873

Please sign in to comment.