We don't need to old it, already done in the hash

This commit is contained in:
Xephi59 2015-07-31 01:12:20 +02:00
parent fa831700a2
commit e889fb580a

View File

@ -97,7 +97,6 @@ public class PasswordSecurity {
break;
case BCRYPT2Y:
salt = createSalt(22);
userSalt.put(playerName, salt);
break;
case MD5:
case SHA1: