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 9f679ff commit ecc55ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public void attachConfigurators(ConfiguratorPanel configuratorPanel) {
if (this.io == IO.OUT) {
IDistinctPart.super.superAttachConfigurators(configuratorPanel);
}
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 ecc55ff

Please sign in to comment.