Dieser Commit ist enthalten in:
Ursprung
059a945867
Commit
6192fd98c7
@ -52,11 +52,7 @@ public class SWCommand extends AbstractSWCommand<CommandSender> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected SWCommand(String command, String permission) {
|
protected SWCommand(String command, String permission) {
|
||||||
super(CommandSender.class, command);
|
this(command, permission, new String[0]);
|
||||||
this.permission = permission;
|
|
||||||
createAndSafeCommand(command, new String[0]);
|
|
||||||
unregister();
|
|
||||||
register();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected SWCommand(String command, String permission, String... aliases) {
|
protected SWCommand(String command, String permission, String... aliases) {
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren