diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-29 19:47:16 +0200 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-29 19:47:16 +0200 |
| commit | 9e54280184094143abdc7d5d1cfb3f86b5d312a1 (patch) | |
| tree | fd427efb2827fdf7b3d30733e1f9aa1d28a39565 | |
| parent | 246ac70d571f34181544c58b2cfaf0eb9c54c195 (diff) | |
| download | SkyHanni-9e54280184094143abdc7d5d1cfb3f86b5d312a1.tar.gz SkyHanni-9e54280184094143abdc7d5d1cfb3f86b5d312a1.tar.bz2 SkyHanni-9e54280184094143abdc7d5d1cfb3f86b5d312a1.zip | |
Fixed ConfigEditorAccordion id
| -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 f04dc0302..aba49896a 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -586,7 +586,7 @@ public class Garden { @Expose @ConfigOption(name = "Anita Medal Profit", desc = "") - @ConfigEditorAccordion(id = 12) + @ConfigEditorAccordion(id = 16) public boolean anitaMedalProfit = false; @Expose @@ -596,7 +596,7 @@ public class Garden { "and potential profit from selling the item at the auction house." ) @ConfigEditorBoolean - @ConfigAccordionId(id = 12) + @ConfigAccordionId(id = 16) public boolean anitaMedalProfitEnabled = true; @Expose |
