diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-03 21:07:33 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-03 21:07:33 +0100 |
commit | 3c764298d747ba13f40c1f5cfb4329b62c91baaa (patch) | |
tree | e7a89222ea5851bcb7ea07e73e9f908ac0c9ea92 | |
parent | 26879e9ff88c2a6e3bcd665606aef47ea97cdb5a (diff) | |
download | skyhanni-3c764298d747ba13f40c1f5cfb4329b62c91baaa.tar.gz skyhanni-3c764298d747ba13f40c1f5cfb4329b62c91baaa.tar.bz2 skyhanni-3c764298d747ba13f40c1f5cfb4329b62c91baaa.zip |
code cleanup
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java index 86f60a8f7..396946373 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java @@ -40,7 +40,7 @@ public class MiscConfig { public static class PetExperienceToolTipConfig { @Expose - @ConfigOption(name = "Enabled", desc = "Show the full pet exp and the progress to level 100 (ignoring rarity) when hovering over a pet while pressing shift key.") + @ConfigOption(name = "Enabled", desc = "Show the full pet exp and the progress to level 100 (ignoring rarity) when hovering over a pet while pressing shift key.") @ConfigEditorBoolean @FeatureToggle public boolean petDisplay = true; |