Skip to content

Commit

Permalink
Update Settings.java
Browse files Browse the repository at this point in the history
  • Loading branch information
MCTBL authored Nov 11, 2023
1 parent f1beff0 commit a16f326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/appeng/api/config/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public enum Settings {

CRAFTING_MODE(EnumSet.allOf(CraftingMode.class)),

CELL_TYPE(EnumSet.allOf(CellType.class));
CELL_TYPE(EnumSet.allOf(CellType.class)),

STICKY_MODE(EnumSet.of(YesNo.YES, YesNo.NO));

Expand Down

0 comments on commit a16f326

Please sign in to comment.