Skip to content

Commit

Permalink
Fix overlapping GUI sync id (GTNewHorizons#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba6000 authored and michaeldoylecs committed Jan 4, 2025
1 parent abb9d41 commit b27e511
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class ContainerInterface extends ContainerUpgradeable implements IOptiona
@GuiSync(3)
public YesNo bMode = YesNo.NO;

@GuiSync(14)
@GuiSync(15)
public YesNo sbMode = YesNo.NO;

@GuiSync(4)
Expand Down

0 comments on commit b27e511

Please sign in to comment.