From 8a91b0a9ea3b545f9433b5aa190891beabc3dad5 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Thu, 15 Jun 2023 12:34:42 +0200 Subject: change default option --- src/main/java/at/hannibal2/skyhanni/config/features/Misc.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at') 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); -- cgit