mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-10 20:50:01 +01:00
Fix #301
This commit is contained in:
parent
0d1cf8c7e2
commit
8336dc848e
@ -55,7 +55,7 @@ public class RegisterCommand extends ExecutableCommand {
|
|||||||
}
|
}
|
||||||
if (commandArguments.getCount() > 1 && Settings.getEnablePasswordVerifier) {
|
if (commandArguments.getCount() > 1 && Settings.getEnablePasswordVerifier) {
|
||||||
if (!commandArguments.get(0).equals(commandArguments.get(1))) {
|
if (!commandArguments.get(0).equals(commandArguments.get(1))) {
|
||||||
m.send(player, MessageKey.PASSWORD_IS_USERNAME_ERROR);
|
m.send(player, MessageKey.PASSWORD_MATCH_ERROR);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user