Remove debug
This commit is contained in:
@@ -64,9 +64,7 @@ fun getParcelCommands(plugin: ParcelsPlugin): ICommandDispatcher = CommandBuilde
|
|||||||
}
|
}
|
||||||
|
|
||||||
generateHelpAndSyntaxCommands(parcelsAddress)
|
generateHelpAndSyntaxCommands(parcelsAddress)
|
||||||
}.getDispatcher().also {
|
}.getDispatcher()
|
||||||
RootCommandAddress.debugChildren(it as ModifiableCommandAddress)
|
|
||||||
}
|
|
||||||
|
|
||||||
private inline fun CommandBuilder.group(name: String, vararg aliases: String, config: CommandBuilder.() -> Unit) {
|
private inline fun CommandBuilder.group(name: String, vararg aliases: String, config: CommandBuilder.() -> Unit) {
|
||||||
group(name, *aliases)
|
group(name, *aliases)
|
||||||
|
|||||||
Reference in New Issue
Block a user