From d8d83828293dc8e5b87d0bc2d2ef59d0165220ca Mon Sep 17 00:00:00 2001 From: NeoNyaa <56982408+NeoNyaa@users.noreply.github.com> Date: Mon, 14 Oct 2024 05:56:18 +0100 Subject: [PATCH] Changed option to false by default --- .../skyhanni/config/features/fishing/BarnTimerConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/fishing/BarnTimerConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/fishing/BarnTimerConfig.java index 042807c95780..d549c8bbc73a 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/fishing/BarnTimerConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/fishing/BarnTimerConfig.java @@ -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 showAnywhere = Property.of(true); + public Property showAnywhere = Property.of(false); @Expose @ConfigOption(