diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-31 16:38:28 +0200 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-31 16:38:28 +0200 |
| commit | c64f9f81d4908605341cc519743d5c4540d7925d (patch) | |
| tree | a71502dc8ecce4e85fe25c64c441cf73f57ecca7 | |
| parent | 49981d28e220efe998c63406a2882bc5541e2f6b (diff) | |
| download | SkyHanni-c64f9f81d4908605341cc519743d5c4540d7925d.tar.gz SkyHanni-c64f9f81d4908605341cc519743d5c4540d7925d.tar.bz2 SkyHanni-c64f9f81d4908605341cc519743d5c4540d7925d.zip | |
Fixed categories 'Anita Medal Profit' and 'Composter' opening at the same time
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
