From 3a134b646429e4a6ee7ab36fbc206ebb23cf9fc2 Mon Sep 17 00:00:00 2001 From: Obsidian <108832807+Obsidianninja11@users.noreply.github.com> Date: Sat, 9 Sep 2023 01:03:40 -0800 Subject: Removed outdated description in custom keybind (#457) --- src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java index becc9377f..cddb1dfad 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java @@ -556,7 +556,7 @@ public class GardenConfig { public boolean keybind = false; @Expose - @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.") + @ConfigOption(name = "Enabled", desc = "Use custom keybinds while holding a farming tool or daedalus axe in the hand.") @ConfigEditorBoolean @ConfigAccordionId(id = 8) @FeatureToggle -- cgit