Skip to content

Commit

Permalink
Changed option to false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoNyaa authored Oct 14, 2024
1 parent a17cb3a commit d8d8382
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class BarnTimerConfig {
desc = "Show the Barn Fishing Timer whenever you fish up a sea creature, regardless of location."
)
@ConfigEditorBoolean
public Property<Boolean> showAnywhere = Property.of(true);
public Property<Boolean> showAnywhere = Property.of(false);

@Expose
@ConfigOption(
Expand Down

0 comments on commit d8d8382

Please sign in to comment.