diff --git a/proxy/src/main/java/net/md_5/bungee/command/CommandEnd.java b/proxy/src/main/java/net/md_5/bungee/command/CommandEnd.java index e8fd2836..bff10aed 100644 --- a/proxy/src/main/java/net/md_5/bungee/command/CommandEnd.java +++ b/proxy/src/main/java/net/md_5/bungee/command/CommandEnd.java @@ -5,7 +5,7 @@ import net.md_5.bungee.api.CommandSender; import net.md_5.bungee.api.plugin.Command; /** - * Command to terminate the proxy instance. May only be used by the console. + * Command to terminate the proxy instance. May only be used by the console by default. */ public class CommandEnd extends Command {