aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-06-16 00:27:38 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-06-16 00:27:38 +0200
commit0be98d525580a50168179ea0c62459b7ca447f17 (patch)
treebeb66bce23343f6b143c4ae330d4bc16852975fb /src/main/java/at
parentfcf5982771458ff8fb093e696a4666a75e2f304c (diff)
downloadskyhanni-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.java2
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;