From ab9c327498f278617816839f6790ce488e542dac Mon Sep 17 00:00:00 2001 From: Jakob K Date: Mon, 28 Jun 2021 00:08:46 +0200 Subject: [PATCH] Make the register parameter docs more explicit --- src/main/kotlin/net/axay/kspigot/commands/BrigardierWrapper.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/kotlin/net/axay/kspigot/commands/BrigardierWrapper.kt b/src/main/kotlin/net/axay/kspigot/commands/BrigardierWrapper.kt index dc670bdc..0068f89e 100644 --- a/src/main/kotlin/net/axay/kspigot/commands/BrigardierWrapper.kt +++ b/src/main/kotlin/net/axay/kspigot/commands/BrigardierWrapper.kt @@ -15,7 +15,8 @@ import net.minecraft.commands.CommandListenerWrapper * Create a new command. * * @param name the name of the root command - * @param register if true, the command will automatically be registered + * @param register if true, the command will be automatically registered + * when the plugin is fully enabled */ inline fun command( name: String,