aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-07-26 13:05:16 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-07-26 13:05:16 +0200
commita4ba470eabdea05c3e2770ce56cd3ec9e0687efc (patch)
tree471d6adb01be5d121dc4d46dadeb5c0324a56074 /src
parent3cbb6b8b640d0f78cb3c316de1af92a9a0d8fed4 (diff)
downloadskyhanni-a4ba470eabdea05c3e2770ce56cd3ec9e0687efc.tar.gz
skyhanni-a4ba470eabdea05c3e2770ce56cd3ec9e0687efc.tar.bz2
skyhanni-a4ba470eabdea05c3e2770ce56cd3ec9e0687efc.zip
added todo
Diffstat (limited to 'src')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/inventory/ItemPickupLog.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/inventory/ItemPickupLog.kt b/src/main/java/at/hannibal2/skyhanni/features/inventory/ItemPickupLog.kt
index 1ce530a17..004ef673d 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/inventory/ItemPickupLog.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/inventory/ItemPickupLog.kt
@@ -156,6 +156,7 @@ object ItemPickupLog {
}
}
+ // TODO merge with ItemAddInInventoryEvent
private fun updateItem(hash: Int, itemInfo: PickupEntry, item: ItemStack, removed: Boolean) {
if (isBannedItem(item)) return