From a6294dbea249c77f889c068f429e21792c7ce2ea Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 12 Mar 2023 21:06:29 +0100 Subject: reworked and fixed stuff in EliteFarmingWeight by using a tick event --- src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni/config/features') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java index 9abeab19d..94bb36bfd 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -334,7 +334,7 @@ public class Garden { "Only if your farming weight is high enough! Updates every 10 minutes.") @ConfigEditorBoolean @ConfigAccordionId(id = 10) - public boolean eliteFarmingWeightLeaderboard = false; + public boolean eliteFarmingWeightLeaderboard = true; @Expose @ConfigOption(name = "Plot Price", desc = "Show the price of the plot in coins when inside the Configure Plots inventory.") -- cgit