Update KickCommand.java

This commit is contained in:
Cloudburst
2021-09-16 14:36:40 +02:00
committed by GitHub
parent bcd0c2b79d
commit 1a4e8d22f2

View File

@@ -14,7 +14,7 @@ import static com.mojang.brigadier.Command.SINGLE_SUCCESS;
public class KickCommand extends Command { public class KickCommand extends Command {
public KickCommand() { public KickCommand() {
super("kick", "Kick or disconnect yourself from the server", "disconnect"); super("kick", "Kick or disconnect yourself from the server", "disconnect", "quit);
} }
@Override @Override