aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-05-29 08:48:12 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-05-29 08:48:12 +0200
commit3ea8208bb4ade935600242ed1aedaa80bc6ed6a8 (patch)
tree9b306f5e473bb5adcc0e1ec94c9a106bd974abed /src/main/java/at/hannibal2
parentf6a31d6a3f6caf1ad3476f9019b8bd278d7e1c3d (diff)
downloadskyhanni-3ea8208bb4ade935600242ed1aedaa80bc6ed6a8.tar.gz
skyhanni-3ea8208bb4ade935600242ed1aedaa80bc6ed6a8.tar.bz2
skyhanni-3ea8208bb4ade935600242ed1aedaa80bc6ed6a8.zip
typo
Diffstat (limited to 'src/main/java/at/hannibal2')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/garden/CropStartLocationConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/garden/CropStartLocationConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/garden/CropStartLocationConfig.java
index 048ae4f89..55ca18193 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/garden/CropStartLocationConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/garden/CropStartLocationConfig.java
@@ -9,7 +9,7 @@ import io.github.notenoughupdates.moulconfig.annotations.ConfigOption;
public class CropStartLocationConfig {
@Expose
- @ConfigOption(name = "Enable", desc = "Show waypoints for the farm of your current tool in hand. ")
+ @ConfigOption(name = "Enable", desc = "Show waypoints for the farm of your current tool in hand.")
@ConfigEditorBoolean
@FeatureToggle
public boolean enabled = false;