diff options
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; |