diff options
author | Linnea Gräf <nea@nea.moe> | 2025-01-16 20:46:41 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-01-16 20:46:41 +0100 |
commit | 2cc7d668eacba1919208ba6b131b01fe10bbf0ed (patch) | |
tree | 8490092dbffcc729acc4a3679028ba633e395fae /mod/src/main/kotlin/moe/nea/ledger/modules/BitsDetection.kt | |
parent | 0cb08682bc6b759a054066e145cb0332a40f42a7 (diff) | |
download | LocalTransactionLedger-2cc7d668eacba1919208ba6b131b01fe10bbf0ed.tar.gz LocalTransactionLedger-2cc7d668eacba1919208ba6b131b01fe10bbf0ed.tar.bz2 LocalTransactionLedger-2cc7d668eacba1919208ba6b131b01fe10bbf0ed.zip |
refactor: Move some basetypes and fix: Kuudra chest and dungeon chest detection mixing
Diffstat (limited to 'mod/src/main/kotlin/moe/nea/ledger/modules/BitsDetection.kt')
-rw-r--r-- | mod/src/main/kotlin/moe/nea/ledger/modules/BitsDetection.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/src/main/kotlin/moe/nea/ledger/modules/BitsDetection.kt b/mod/src/main/kotlin/moe/nea/ledger/modules/BitsDetection.kt index 44a0050..f0f5369 100644 --- a/mod/src/main/kotlin/moe/nea/ledger/modules/BitsDetection.kt +++ b/mod/src/main/kotlin/moe/nea/ledger/modules/BitsDetection.kt @@ -1,7 +1,6 @@ package moe.nea.ledger.modules import moe.nea.ledger.ItemChange -import moe.nea.ledger.ItemId import moe.nea.ledger.events.ChatReceived import moe.nea.ledger.events.LateWorldLoadEvent import moe.nea.ledger.LedgerEntry |