diff options
Diffstat (limited to 'src/main/kotlin/moe/nea/ledger/LogChatCommand.kt')
-rw-r--r-- | src/main/kotlin/moe/nea/ledger/LogChatCommand.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/moe/nea/ledger/LogChatCommand.kt b/src/main/kotlin/moe/nea/ledger/LogChatCommand.kt index 0b49a9a..90b2545 100644 --- a/src/main/kotlin/moe/nea/ledger/LogChatCommand.kt +++ b/src/main/kotlin/moe/nea/ledger/LogChatCommand.kt @@ -1,6 +1,6 @@ package moe.nea.ledger -import moe.nea.ledger.utils.Inject +import moe.nea.ledger.utils.di.Inject import net.minecraft.command.CommandBase import net.minecraft.command.ICommandSender |