diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-05-29 08:48:12 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-05-29 08:48:12 +0200 |
commit | 3ea8208bb4ade935600242ed1aedaa80bc6ed6a8 (patch) | |
tree | 9b306f5e473bb5adcc0e1ec94c9a106bd974abed /src/main/java/at/hannibal2 | |
parent | f6a31d6a3f6caf1ad3476f9019b8bd278d7e1c3d (diff) | |
download | skyhanni-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.java | 2 |
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; |