diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-22 12:45:54 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-01-22 12:45:54 +0100 |
commit | c2cfade4ae1cb1b0936b46ee31aaf8a4086b94de (patch) | |
tree | 8feb11be7983b408060868d96044853c8941c622 /src/main/java/at/hannibal2/skyhanni/config/features | |
parent | 5b2fc249ba528fba1d2ea82c7a4c61ef82431d5f (diff) | |
download | skyhanni-c2cfade4ae1cb1b0936b46ee31aaf8a4086b94de.tar.gz skyhanni-c2cfade4ae1cb1b0936b46ee31aaf8a4086b94de.tar.bz2 skyhanni-c2cfade4ae1cb1b0936b46ee31aaf8a4086b94de.zip |
Small optimizes.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Misc.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java index 2667337af..12df4bca4 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java @@ -141,7 +141,7 @@ public class Misc { @ConfigOption(name = "Reputation Locations", desc = "Show locations to the points where to do stuff in the Crimson Isle to get reputation.") @ConfigEditorBoolean @ConfigAccordionId(id = 6) - public boolean crimsonIsleReputationLocation = true; + public boolean crimsonIsleReputationLocation = false; @Expose @ConfigOption(name = "Exp Bottles", desc = "Hides all the experience bottles lying on the ground.") |