Skip to content

Commit

Permalink
Fix ME Interface GuiSync overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyWing committed May 28, 2024
1 parent 7fa7b72 commit 6864f7a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ public class ContainerInterface extends ContainerUpgradeable implements IOptiona
@GuiSync(4)
public LockCraftingMode lMode = LockCraftingMode.NONE;

@GuiSync(5)
public YesNo iTermMode = YesNo.YES;

@GuiSync(7)
public int patternExpansions = 0;

@GuiSync(8)
public YesNo iTermMode = YesNo.YES;

public ContainerInterface(final InventoryPlayer ip, final IInterfaceHost te) {
super(ip, te.getInterfaceDuality().getHost());

Expand Down

0 comments on commit 6864f7a

Please sign in to comment.