Skip to content

Commit 2f464b6

Browse files
committed
review
1 parent aa25d0d commit 2f464b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/gregtechceu/gtceu/common/machine/multiblock/part/ItemBusPartMachine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public void setDistinct(boolean distinct) {
138138

139139
@Override
140140
public boolean supportsDistinct() {
141-
return io != IO.OUT;
141+
return !io.support(IO.OUT);
142142
}
143143

144144
@Override

0 commit comments

Comments
 (0)