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 | ec479126e55b4e2552e155f9c00fdb68465c3135 (patch) | |
tree | fd427efb2827fdf7b3d30733e1f9aa1d28a39565 /src/main | |
parent | b2c5fa5b6d17aaa2ff506eea2efc1ab6cc83cdcb (diff) | |
download | skyhanni-ec479126e55b4e2552e155f9c00fdb68465c3135.tar.gz skyhanni-ec479126e55b4e2552e155f9c00fdb68465c3135.tar.bz2 skyhanni-ec479126e55b4e2552e155f9c00fdb68465c3135.zip |
Fixed ConfigEditorAccordion id
Diffstat (limited to 'src/main')
-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 |