diff options
Diffstat (limited to 'mod/src/main/kotlin')
-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( |