Mann, ich sitze in der Bahn und fühl' mich tausendmal cooler

This commit is contained in:
GregTCLTK 2019-10-27 15:11:15 +01:00
parent 28c5c005f0
commit 2d07b72db1

View file

@ -47,6 +47,6 @@ public class KickCommand implements Command {
@Override @Override
public String[] labels() { public String[] labels() {
return new String[0]; return new String[]{"kick"};
} }
} }