aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-08-16 11:33:10 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-08-16 11:33:10 +0200
commit8332f313140d3e0698f690611b665f51a853caf4 (patch)
treeeaa4c41dd85492dc7c65210fff00aff473a5ba89 /src/main
parentbdbac36d82003c8789a57b8d45ea818e5a2e8079 (diff)
downloadskyhanni-8332f313140d3e0698f690611b665f51a853caf4.tar.gz
skyhanni-8332f313140d3e0698f690611b665f51a853caf4.tar.bz2
skyhanni-8332f313140d3e0698f690611b665f51a853caf4.zip
fixed duplicate pest count
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/garden/pests/PestProfitTracker.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/garden/pests/PestProfitTracker.kt b/src/main/java/at/hannibal2/skyhanni/features/garden/pests/PestProfitTracker.kt
index 8af24175f..5f630335b 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/garden/pests/PestProfitTracker.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/garden/pests/PestProfitTracker.kt
@@ -89,7 +89,6 @@ object PestProfitTracker {
val internalName = NEUInternalName.fromItemNameOrNull(group("item")) ?: return
tracker.addItem(internalName, 1)
- addKill()
// pests always have guaranteed loot, therefore there's no need to add kill here
}
}