diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-04-30 14:10:19 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-04-30 14:10:19 +0200 |
commit | 7f26ff46f3a537f1561b33d9bb513a81509f855b (patch) | |
tree | 370dd53a87c01269ecab66f8e97c93844285aadf /src/main | |
parent | 37127d5c7936377483d7bae4a9296a44b0279263 (diff) | |
download | skyhanni-7f26ff46f3a537f1561b33d9bb513a81509f855b.tar.gz skyhanni-7f26ff46f3a537f1561b33d9bb513a81509f855b.tar.bz2 skyhanni-7f26ff46f3a537f1561b33d9bb513a81509f855b.zip |
???
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/event/ChocolateFactoryConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/event/ChocolateFactoryConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/event/ChocolateFactoryConfig.java index ec89c9754..d725c2974 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/event/ChocolateFactoryConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/event/ChocolateFactoryConfig.java @@ -81,7 +81,7 @@ public class ChocolateFactoryConfig { @Expose @ConfigOption( name = "Rabbit Crush Threshold", - desc = "How close should you be to your barn capacity should you be before being warned about needing to upgrade it." + desc = "How close should you be to your barn capacity before being warned about needing to upgrade it." ) @ConfigEditorSlider(minValue = 0, maxValue = 20, minStep = 1) public int barnCapacityThreshold = 6; |