coding on da phone🤦‍♂️

This commit is contained in:
Cloudburst
2021-09-16 15:20:17 +02:00
committed by GitHub
parent 4c84fdccfb
commit e8d0a31aad

View File

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