geforkt von SteamWar/BungeeCore
Hotfix SWCommand
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) {
|
||||
super(CommandSender.class, command);
|
||||
this.permission = permission;
|
||||
createAndSafeCommand(command, new String[0]);
|
||||
unregister();
|
||||
register();
|
||||
this(command, permission, new String[0]);
|
||||
}
|
||||
|
||||
protected SWCommand(String command, String permission, String... aliases) {
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren