diff options
author | Obsidian <108832807+Obsidianninja11@users.noreply.github.com> | 2023-09-09 01:03:40 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-09 11:03:40 +0200 |
commit | 3a134b646429e4a6ee7ab36fbc206ebb23cf9fc2 (patch) | |
tree | ff9419bf2eb38a108f8ff344eb7ac87c53cfb171 /src/main/java/at/hannibal2/skyhanni/config | |
parent | ae7a56d0b84b5da0bc2566402d4522fabcdaa767 (diff) | |
download | skyhanni-3a134b646429e4a6ee7ab36fbc206ebb23cf9fc2.tar.gz skyhanni-3a134b646429e4a6ee7ab36fbc206ebb23cf9fc2.tar.bz2 skyhanni-3a134b646429e4a6ee7ab36fbc206ebb23cf9fc2.zip |
Removed outdated description in custom keybind (#457)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java index becc9377f..cddb1dfad 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java @@ -556,7 +556,7 @@ public class GardenConfig { public boolean keybind = false; @Expose - @ConfigOption(name = "Enabled", desc = "Use custom keybinds while holding a farming tool or daedalus axe in the hand. §cOnly updates after scrolling in the hotbar.") + @ConfigOption(name = "Enabled", desc = "Use custom keybinds while holding a farming tool or daedalus axe in the hand.") @ConfigEditorBoolean @ConfigAccordionId(id = 8) @FeatureToggle |