Implement CommandFramework via CommonCore
Einige Prüfungen sind fehlgeschlagen
SteamWarCI Build failed
Einige Prüfungen sind fehlgeschlagen
SteamWarCI Build failed
Dieser Commit ist enthalten in:
Ursprung
1bb1c4a4c0
Commit
b796e15c1c
@ -51,7 +51,7 @@ public class SWCommand extends AbstractSWCommand<CommandSender> {
|
||||
super(CommandSender.class, command);
|
||||
}
|
||||
|
||||
protected SWCommand(String command, String[] aliases) {
|
||||
protected SWCommand(String command, String... aliases) {
|
||||
super(CommandSender.class, command, aliases);
|
||||
}
|
||||
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren