diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-08 18:18:33 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-12-08 18:18:33 +0100 |
commit | 92d99b9afa5dfcc0267b6bb097f2699e37c0a063 (patch) | |
tree | 3a0275f1b703e722441fba0f7d74d598b9b8331f /src/main/java | |
parent | 75144d4b354cf0978173093ab12d691b572b12fb (diff) | |
download | skyhanni-92d99b9afa5dfcc0267b6bb097f2699e37c0a063.tar.gz skyhanni-92d99b9afa5dfcc0267b6bb097f2699e37c0a063.tar.bz2 skyhanni-92d99b9afa5dfcc0267b6bb097f2699e37c0a063.zip |
formatting
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/garden/pests/PestFinderConfig.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/garden/pests/PestFinderConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/garden/pests/PestFinderConfig.java index e06b69963..cff428910 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/garden/pests/PestFinderConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/garden/pests/PestFinderConfig.java @@ -40,7 +40,8 @@ public class PestFinderConfig { @Expose @ConfigOption( name = "Show For Seconds", - desc = "Show plots border for a given amount of seconds after holding a vacuum.\n§e0 = Always show when holding vacuum" + desc = "Show plots border for a given amount of seconds after holding a vacuum.\n" + + "§e0 = Always show when holding vacuum" ) @ConfigEditorSlider(minStep = 1, minValue = 0, maxValue = 10) public int showBorderForSeconds = 1; |