diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-04 01:28:22 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-04 01:28:22 +0100 |
commit | 6eab582513f0cf275bf467938a56771f35c8aa1d (patch) | |
tree | a23766d6d7d22783f1624bb359e36ee08f7da299 | |
parent | 229b8885b8f006b32e47a046ad5594ea92842168 (diff) | |
download | skyhanni-6eab582513f0cf275bf467938a56771f35c8aa1d.tar.gz skyhanni-6eab582513f0cf275bf467938a56771f35c8aa1d.tar.bz2 skyhanni-6eab582513f0cf275bf467938a56771f35c8aa1d.zip |
Add reminder.
-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 6ce8cc26e..406213ec9 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -218,7 +218,7 @@ public class Garden { public boolean keybind = false; @Expose - @ConfigOption(name = "Enabled", desc = "Use custom keybinds while having a farming tool in the hand in the garden.") + @ConfigOption(name = "Enabled", desc = "Use custom keybinds while having a farming tool in the hand in the garden. §cOnly updates after scrolling in the hotbar.") @ConfigEditorBoolean @ConfigAccordionId(id = 8) public boolean keyBindEnabled = false; |