diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/EventConfig.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/EventConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/EventConfig.java index ca532c36e..7cd88e25e 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/EventConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/EventConfig.java @@ -359,6 +359,7 @@ public class EventConfig { @Expose @ConfigOption(name = "Basket Waypoints", desc = "Show all Halloween Basket waypoints.\nShoutout to §bTobbbb §7for the coordinates.\n(AS OF 2023)") @ConfigEditorBoolean + @FeatureToggle public boolean allWaypoints = false; @Expose @@ -369,7 +370,7 @@ public class EventConfig { @Expose @ConfigOption(name = "Only Closest", desc = "Only show the closest waypoint") @ConfigEditorBoolean - public boolean onlyClosest = false; + public boolean onlyClosest = true; } } |