From cfd83b23239d9ff0d580a9dbdb7b47e557767bce Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Fri, 31 Mar 2023 21:31:42 +0200 Subject: Changed name and description in config --- src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3381c1bd7..bed825c23 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -390,7 +390,7 @@ public class Garden { public boolean optimalSpeedWarning = false; @Expose - @ConfigOption(name = "Show optimal speed in Rancher Boot Sign", desc = "Allows you to set the optimal speed in the rancher overlay by clicking on a link") + @ConfigOption(name = "Rancher Boots", desc = "Allows you to set the optimal speed in the rancher boots overlay by clicking on the presets.") @ConfigEditorBoolean @ConfigAccordionId(id = 9) public boolean optimalSpeedSignEnabled = true; -- cgit