Skip to content

Commit

Permalink
remove OLD_DEFAULTS group (does not exist anymore)
Browse files Browse the repository at this point in the history
  • Loading branch information
echebbi committed Mar 26, 2024
1 parent 47d6dea commit a18250d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
*/
public enum Mutators {
CUSTOM("Custom mutator data", "This is used for the custom settings of mutators and should not be seen by the user."),
OLD_DEFAULTS("Old defaults", "&Old default Mutators"),
DEFAULTS("Defaults", "&Default Mutators"),
STRONGER("Stronger defaults", "&Stronger Mutators"),
ALL("All", "&All Mutators"),
Expand Down Expand Up @@ -102,7 +101,6 @@ public static List<Mutators> getMainGroup() {
mainGroup.add(DEFAULTS);
mainGroup.add(STRONGER);
mainGroup.add(ALL);
mainGroup.add(OLD_DEFAULTS);
return mainGroup;
}

Expand Down

0 comments on commit a18250d

Please sign in to comment.