Update MkpasswdCommand.java

This commit is contained in:
Zachery 2019-10-16 00:48:24 -05:00 committed by GitHub
parent 08528c5127
commit 766fb45c46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ public class MkpasswdCommand extends Command
if (algoritm.equalsIgnoreCase("PLAIN")) if (algoritm.equalsIgnoreCase("PLAIN"))
{ {
// I mean c'mon... // I mean c'mon...
sender.sendMessage("Bro really? it's literally your unencrypted password..."); sender.sendMessage("\u00A79Your Hash: \u00A7cIt's literally your unhashed password.");
return; return;
} }
else if (algoritm.equalsIgnoreCase("pbkdf2")) else if (algoritm.equalsIgnoreCase("pbkdf2"))