Merge branch 'master' of https://github.com/ronancpl/MapleSolaxiaV2
This commit is contained in:
@@ -48,6 +48,7 @@ public final class LoginPasswordHandler implements MaplePacketHandler {
|
||||
|
||||
String login = slea.readMapleAsciiString();
|
||||
String pwd = slea.readMapleAsciiString();
|
||||
String bcryptedpass = BCrypt.hashpw(pwd, BCrypt.gensalt(12));
|
||||
c.setAccountName(login);
|
||||
|
||||
int loginok = c.login(login, pwd);
|
||||
|
||||
Reference in New Issue
Block a user