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 | ee4bb5e4ece7b09b4c429cb16f54eed00600f230 (patch) | |
| tree | a23766d6d7d22783f1624bb359e36ee08f7da299 | |
| parent | e0693b59b54fa5ffff7d133d4149a421c09bab51 (diff) | |
| download | SkyHanni-ee4bb5e4ece7b09b4c429cb16f54eed00600f230.tar.gz SkyHanni-ee4bb5e4ece7b09b4c429cb16f54eed00600f230.tar.bz2 SkyHanni-ee4bb5e4ece7b09b4c429cb16f54eed00600f230.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; |
