Bugfix
Fixed a problem with the permission. If Permission.Necessary was set to false a permission was still needed, this was fixed.
This commit is contained in:
@@ -17,7 +17,7 @@ public class RegisterCommands extends Command {
|
||||
private final String prefix = Main.prefix;
|
||||
|
||||
public RegisterCommands(String alias) {
|
||||
super(alias, "t2code.alias.use." + alias.toLowerCase());
|
||||
super(alias);
|
||||
this.alias = alias;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user