aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-08-18 09:27:21 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-08-18 09:27:21 +0200
commita3879e0a6bab05f08606c16e8eaa391eba451bee (patch)
tree08401e1ad8223c8e614d966cbe76079e10848d3e /src/main/java
parentdbc70970b2e5f5a79cc2d18c8c33059e57b9b1eb (diff)
downloadskyhanni-a3879e0a6bab05f08606c16e8eaa391eba451bee.tar.gz
skyhanni-a3879e0a6bab05f08606c16e8eaa391eba451bee.tar.bz2
skyhanni-a3879e0a6bab05f08606c16e8eaa391eba451bee.zip
added todo
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/data/OwnInventoryData.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/OwnInventoryData.kt b/src/main/java/at/hannibal2/skyhanni/data/OwnInventoryData.kt
index 947fa3bf1..0ce4309c7 100644
--- a/src/main/java/at/hannibal2/skyhanni/data/OwnInventoryData.kt
+++ b/src/main/java/at/hannibal2/skyhanni/data/OwnInventoryData.kt
@@ -127,6 +127,7 @@ object OwnInventoryData {
}
}
+ // TODO add ah movements
fun ignoreItem(duration: Duration, condition: (NEUInternalName) -> Boolean) {
ignoredItemsUntil.add(IgnoredItem(condition, SimpleTimeMark.now() + duration))
}