diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-12 21:06:29 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-12 21:06:29 +0100 |
commit | a6294dbea249c77f889c068f429e21792c7ce2ea (patch) | |
tree | b17c7e100faf865879bc1a583f0c291f600a5056 /src/main/java/at/hannibal2/skyhanni/config/features | |
parent | 9a4bb61b46ca1cd3c8a308c10ffedfe14ecf92fe (diff) | |
download | skyhanni-a6294dbea249c77f889c068f429e21792c7ce2ea.tar.gz skyhanni-a6294dbea249c77f889c068f429e21792c7ce2ea.tar.bz2 skyhanni-a6294dbea249c77f889c068f429e21792c7ce2ea.zip |
reworked and fixed stuff in EliteFarmingWeight by using a tick event
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 2 |
1 files changed, 1 insertions, 1 deletions
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.") |