diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-02 14:29:08 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-02 14:29:08 +0200 |
commit | 17d23c87f4a2589f0ca0a19805c60833b253a1a3 (patch) | |
tree | d4088b75138b7c64bb0be29f17dedb99866ef3d0 | |
parent | 2f2a89d5dd621bd4f1a4d473fd4aef4ad5d4a118 (diff) | |
download | skyhanni-17d23c87f4a2589f0ca0a19805c60833b253a1a3.tar.gz skyhanni-17d23c87f4a2589f0ca0a19805c60833b253a1a3.tar.bz2 skyhanni-17d23c87f4a2589f0ca0a19805c60833b253a1a3.zip |
more descriptive description
-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 14d5624ff..dce5f2b3e 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java @@ -681,7 +681,7 @@ public class MiscConfig { public boolean patcherSendCoordWaypoint = false; @Expose - @ConfigOption(name = "Harp Keybinds", desc = "Press harp buttons with your number row on the keyboard instead of clicking.") + @ConfigOption(name = "Harp Keybinds", desc = "In Melodys Harp, press buttons with your number row on the keyboard instead of clicking.") @ConfigEditorBoolean public boolean harpKeybinds = false; |