aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-06-15 12:34:42 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-06-15 12:34:42 +0200
commit8a91b0a9ea3b545f9433b5aa190891beabc3dad5 (patch)
tree6d13eb7364d95f832af187ca1b4e0015085dbb0a
parentde387f583c261355e3ccaba1f18ecb2c013f913c (diff)
downloadskyhanni-8a91b0a9ea3b545f9433b5aa190891beabc3dad5.tar.gz
skyhanni-8a91b0a9ea3b545f9433b5aa190891beabc3dad5.tar.bz2
skyhanni-8a91b0a9ea3b545f9433b5aa190891beabc3dad5.zip
change default option
-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 154c93b3a..258bc517a 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java
@@ -83,7 +83,7 @@ public class Misc {
@ConfigOption(name = "Show Mixins", desc = "Include god pot mixins in the non god pot effects display.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 5)
- public boolean nonGodPotEffectShowMixins = true;
+ public boolean nonGodPotEffectShowMixins = false;
@Expose
public Position nonGodPotEffectPos = new Position(10, 10, false, true);