aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/data
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-21 18:49:14 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-21 18:49:14 +0100
commit31f65742ccca74a6afec114ee289f72b53b2682e (patch)
treeb425aebdc5e97801d2a21a3bd3dd1883dd6b028b /src/main/java/at/hannibal2/skyhanni/data
parent46399eb4ef9212935853bdd1c0af191cb6b76503 (diff)
downloadskyhanni-31f65742ccca74a6afec114ee289f72b53b2682e.tar.gz
skyhanni-31f65742ccca74a6afec114ee289f72b53b2682e.tar.bz2
skyhanni-31f65742ccca74a6afec114ee289f72b53b2682e.zip
removed small errors
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/data')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/data/GardenCropMilestonesCommunityFix.kt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/GardenCropMilestonesCommunityFix.kt b/src/main/java/at/hannibal2/skyhanni/data/GardenCropMilestonesCommunityFix.kt
index c97997262..f9990685d 100644
--- a/src/main/java/at/hannibal2/skyhanni/data/GardenCropMilestonesCommunityFix.kt
+++ b/src/main/java/at/hannibal2/skyhanni/data/GardenCropMilestonesCommunityFix.kt
@@ -51,8 +51,6 @@ object GardenCropMilestonesCommunityFix {
for ((_, stack) in inventoryItems) {
val crop = GardenCropMilestones.getCropTypeByLore(stack) ?: continue
checkForWrongData(stack, crop, data)
-
- CropMilestoneUpdateEvent().postAndCatch()
}
if (data.isNotEmpty()) {