diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2025-01-17 00:14:55 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-01-17 01:52:18 +0100 |
commit | e42bc6340771d87e2fb0263a4ad81528aeebec69 (patch) | |
tree | 63039ea0aa2ae98307d1eddcf13665bd37f32f9b /mod/src/main/kotlin/moe/nea/ledger/Ledger.kt | |
parent | 18c6e6ec7296ea8a12fcd9dd58c0c0e2fdc02514 (diff) | |
download | LocalTransactionLedger-e42bc6340771d87e2fb0263a4ad81528aeebec69.tar.gz LocalTransactionLedger-e42bc6340771d87e2fb0263a4ad81528aeebec69.tar.bz2 LocalTransactionLedger-e42bc6340771d87e2fb0263a4ad81528aeebec69.zip |
feat: Pest Repellent Detection
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 e0382a9..5db4346 100644 --- a/mod/src/main/kotlin/moe/nea/ledger/Ledger.kt +++ b/mod/src/main/kotlin/moe/nea/ledger/Ledger.kt @@ -35,6 +35,7 @@ import moe.nea.ledger.modules.KuudraChestDetection 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.UpdateChecker import moe.nea.ledger.modules.VisitorDetection import moe.nea.ledger.utils.ErrorUtil @@ -152,6 +153,7 @@ class Ledger { MineshaftCorpseDetection::class.java, MinionDetection::class.java, NpcDetection::class.java, + PestRepellentDetection::class.java, QueryCommand::class.java, RequestUtil::class.java, TriggerCommand::class.java, |