diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-06-15 12:34:42 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-06-15 12:34:42 +0200 |
commit | 8a91b0a9ea3b545f9433b5aa190891beabc3dad5 (patch) | |
tree | 6d13eb7364d95f832af187ca1b4e0015085dbb0a | |
parent | de387f583c261355e3ccaba1f18ecb2c013f913c (diff) | |
download | skyhanni-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.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 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); |