From c2cfade4ae1cb1b0936b46ee31aaf8a4086b94de Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 22 Jan 2023 12:45:54 +0100 Subject: Small optimizes. --- src/main/java/at/hannibal2/skyhanni/config/features/Misc.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/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.") -- cgit