From 723124f5843142928ae0b71ace24a5135480216c Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sat, 25 Jan 2025 19:46:21 +0100 Subject: chore: Add comment about mob drop type --- mod/src/main/kotlin/moe/nea/ledger/modules/GhostCoinDropDetection.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'mod') 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( -- cgit