diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-06-16 00:27:38 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-06-16 00:27:38 +0200 |
commit | 0be98d525580a50168179ea0c62459b7ca447f17 (patch) | |
tree | beb66bce23343f6b143c4ae330d4bc16852975fb /src/main/java/at | |
parent | fcf5982771458ff8fb093e696a4666a75e2f304c (diff) | |
download | skyhanni-0be98d525580a50168179ea0c62459b7ca447f17.tar.gz skyhanni-0be98d525580a50168179ea0c62459b7ca447f17.tar.bz2 skyhanni-0be98d525580a50168179ea0c62459b7ca447f17.zip |
Fixed typo
Diffstat (limited to 'src/main/java/at')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 2 |
1 files changed, 1 insertions, 1 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 30305c473..c6bcc9966 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -520,7 +520,7 @@ public class Garden { public boolean keybind = false; @Expose - @ConfigOption(name = "Enabled", desc = "Use custom keybinds while holding a farming tool or daedalus axe in the §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. §cOnly updates after scrolling in the hotbar.") @ConfigEditorBoolean @ConfigAccordionId(id = 8) public boolean keyBindEnabled = false; |