diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-08-16 11:33:10 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-08-16 11:33:10 +0200 |
commit | 8332f313140d3e0698f690611b665f51a853caf4 (patch) | |
tree | eaa4c41dd85492dc7c65210fff00aff473a5ba89 /src/main | |
parent | bdbac36d82003c8789a57b8d45ea818e5a2e8079 (diff) | |
download | skyhanni-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.kt | 1 |
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 } } |