aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/garden/farming/GardenBestCropTime.kt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/garden/farming/GardenBestCropTime.kt b/src/main/java/at/hannibal2/skyhanni/features/garden/farming/GardenBestCropTime.kt
index 19bd4936f..f016a57ae 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/garden/farming/GardenBestCropTime.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/garden/farming/GardenBestCropTime.kt
@@ -108,7 +108,8 @@ class GardenBestCropTime {
val cropName = if (!config.cropMilestoneBestCompact) crop.cropName + " " else ""
- val cropNameDisplay = "$color$contestFormat$cropName$currentTier->$nextTier§r"
+ val tier = if (!config.cropMilestoneBestCompact) "currentTier->$nextTier" else ""
+ val cropNameDisplay = "$color$contestFormat$cropName$tier§r"
list.add("$cropNameDisplay §b$duration")
if (gardenExp && !config.cropMilestoneBestCompact) {