From b91d135c6fc698501fb483645b80f29d4281a12b Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Fri, 31 Mar 2023 16:38:28 +0200 Subject: Fixed categories 'Anita Medal Profit' and 'Composter' opening at the same time --- src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/java/at/hannibal2/skyhanni') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java index 02b31b377..f9b303b6a 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -673,7 +673,7 @@ public class Garden { @Expose @ConfigOption(name = "Composter", desc = "") - @ConfigEditorAccordion(id = 16) + @ConfigEditorAccordion(id = 17) public boolean composter = false; @Expose @@ -682,7 +682,7 @@ public class Garden { desc = "Displays the compost data from the tab list in a compact form as gui element." ) @ConfigEditorBoolean - @ConfigAccordionId(id = 16) + @ConfigAccordionId(id = 17) public boolean composterDisplayEnabled = true; @Expose -- cgit