mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-27 20:57:35 +01:00
Fixed invalid permissions for login command
This commit is contained in:
parent
9d386ed80a
commit
bade9d5d5e
@ -336,6 +336,7 @@ public class CommandManager {
|
|||||||
}},
|
}},
|
||||||
"Login command",
|
"Login command",
|
||||||
"Command to login using AuthMeReloaded.", null);
|
"Command to login using AuthMeReloaded.", null);
|
||||||
|
loginBaseCommand.setCommandPermissions("authme.login", CommandPermissions.DefaultPermission.ALLOWED);
|
||||||
loginBaseCommand.addArgument(new CommandArgumentDescription("password", "Login password", true));
|
loginBaseCommand.addArgument(new CommandArgumentDescription("password", "Login password", true));
|
||||||
|
|
||||||
// Add the base commands to the commands array
|
// Add the base commands to the commands array
|
||||||
|
Loading…
Reference in New Issue
Block a user