aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-22 12:45:54 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-22 12:45:54 +0100
commitc2cfade4ae1cb1b0936b46ee31aaf8a4086b94de (patch)
tree8feb11be7983b408060868d96044853c8941c622 /src/main/java/at/hannibal2/skyhanni/config/features
parent5b2fc249ba528fba1d2ea82c7a4c61ef82431d5f (diff)
downloadskyhanni-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.java2
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.")