Skip to content

Commit

Permalink
:clown:
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluboxer authored and kevinthegreat1 committed Sep 26, 2024
1 parent ee970f4 commit ee74274
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ public class HelperConfig {
@SerialEntry
public boolean enableNewYearCakesHelper = true;

@SerialEntry
public boolean enableBitsTooltip = true;

@SerialEntry
public boolean enableWardrobeHelper = true;

Expand Down Expand Up @@ -35,9 +38,6 @@ public class HelperConfig {
@SerialEntry
public ItemPrice itemPrice = new ItemPrice();

@SerialEntry
public boolean enableBitsTooltip = true;

public static class MythologicalRitual {
@SerialEntry
public boolean enableMythologicalRitualHelper = true;
Expand Down

0 comments on commit ee74274

Please sign in to comment.