diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2025-02-23 16:59:47 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-02-24 17:21:00 +0100 |
commit | 0c60aa3278a9297e143ee4ad998c01b6ef2337b1 (patch) | |
tree | bc057384efddfde0ff3658f10b43b5a506faa8cf /mod/src/main/kotlin/moe/nea/ledger/Ledger.kt | |
parent | 86b55d5642ee3ad69f16e60d4f448e38d7ec91c5 (diff) | |
download | LocalTransactionLedger-0c60aa3278a9297e143ee4ad998c01b6ef2337b1.tar.gz LocalTransactionLedger-0c60aa3278a9297e143ee4ad998c01b6ef2337b1.tar.bz2 LocalTransactionLedger-0c60aa3278a9297e143ee4ad998c01b6ef2337b1.zip |
Diffstat (limited to 'mod/src/main/kotlin/moe/nea/ledger/Ledger.kt')
-rw-r--r-- | mod/src/main/kotlin/moe/nea/ledger/Ledger.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/src/main/kotlin/moe/nea/ledger/Ledger.kt b/mod/src/main/kotlin/moe/nea/ledger/Ledger.kt index 6d3c592..87c990c 100644 --- a/mod/src/main/kotlin/moe/nea/ledger/Ledger.kt +++ b/mod/src/main/kotlin/moe/nea/ledger/Ledger.kt @@ -40,6 +40,7 @@ import moe.nea.ledger.modules.MineshaftCorpseDetection import moe.nea.ledger.modules.MinionDetection import moe.nea.ledger.modules.NpcDetection import moe.nea.ledger.modules.PestRepellentDetection +import moe.nea.ledger.modules.StonksAuctionDetection import moe.nea.ledger.modules.UpdateChecker import moe.nea.ledger.modules.VisitorDetection import moe.nea.ledger.telemetry.TelemetryProvider @@ -167,6 +168,7 @@ class Ledger { PestRepellentDetection::class.java, QueryCommand::class.java, RequestUtil::class.java, + StonksAuctionDetection::class.java, TriggerCommand::class.java, UpdateChecker::class.java, VisitorDetection::class.java, |