diff options
Diffstat (limited to 'src/main/kotlin/dulkirmod/command/LeapNameCommand.kt')
-rw-r--r-- | src/main/kotlin/dulkirmod/command/LeapNameCommand.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/dulkirmod/command/LeapNameCommand.kt b/src/main/kotlin/dulkirmod/command/LeapNameCommand.kt index 3d7b4f2..cacaaea 100644 --- a/src/main/kotlin/dulkirmod/command/LeapNameCommand.kt +++ b/src/main/kotlin/dulkirmod/command/LeapNameCommand.kt @@ -8,7 +8,7 @@ import net.minecraft.util.ChatComponentText class LeapNameCommand : ClientCommandBase("hl") { @Throws(CommandException::class) - override fun processCommand(sender: ICommandSender, args: Array<String>) { + override fun processCommand(sender: ICommandSender, args: Array<String>) { if (args.isEmpty()) { DulkirMod.mc.thePlayer.addChatMessage( ChatComponentText("${DulkirMod.CHAT_PREFIX} ยง6Please give a username argument (case sensitive) for who you want to be highlighted.") |