Skip to content

Commit

Permalink
Backend: Deleted duplicate function in Crop Milestone Display (#2339)
Browse files Browse the repository at this point in the history
  • Loading branch information
notafrogo authored Aug 14, 2024
1 parent 0a027ea commit a1cf60a
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,15 +245,6 @@ object GardenCropMilestoneDisplay {
}
}

if (overflowConfig.chat) {
if (currentTier > 46 && currentTier == previousNext &&
nextRealTier == currentTier + 1 && lastWarnedLevel != currentTier
) {
GardenCropMilestones.onOverflowLevelUp(crop, currentTier - 1, nextRealTier - 1)
lastWarnedLevel = currentTier
}
}

if (GardenAPI.mushroomCowPet && crop != CropType.MUSHROOM) {
addMushroomCowData()
}
Expand Down

0 comments on commit a1cf60a

Please sign in to comment.