diff options
author | Linnea Gräf <nea@nea.moe> | 2025-01-25 19:46:21 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-01-25 19:46:45 +0100 |
commit | 723124f5843142928ae0b71ace24a5135480216c (patch) | |
tree | 4d556d8539c650d6853777faf80a54a278c898f1 /mod/src/main/kotlin/moe/nea | |
parent | a8dc0dc3be2679605880b1948c61b7dfe2f35f10 (diff) | |
download | LocalTransactionLedger-723124f5843142928ae0b71ace24a5135480216c.tar.gz LocalTransactionLedger-723124f5843142928ae0b71ace24a5135480216c.tar.bz2 LocalTransactionLedger-723124f5843142928ae0b71ace24a5135480216c.zip |
chore: Add comment about mob drop type
Diffstat (limited to 'mod/src/main/kotlin/moe/nea')
-rw-r--r-- | mod/src/main/kotlin/moe/nea/ledger/modules/GhostCoinDropDetection.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/src/main/kotlin/moe/nea/ledger/modules/GhostCoinDropDetection.kt b/mod/src/main/kotlin/moe/nea/ledger/modules/GhostCoinDropDetection.kt index 3b18ad2..42084e2 100644 --- a/mod/src/main/kotlin/moe/nea/ledger/modules/GhostCoinDropDetection.kt +++ b/mod/src/main/kotlin/moe/nea/ledger/modules/GhostCoinDropDetection.kt @@ -25,6 +25,7 @@ class GhostCoinDropDetection { ghostCoinPattern.useMatcher(event.message) { logger.logEntry( LedgerEntry( + // TODO: merge this into a generic mob drop tt TransactionType.GHOST_COIN_DROP, event.timestamp, listOf( |