mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-03 05:07:46 +00:00
Fix login
This commit is contained in:
parent
75e3aa279b
commit
72c3294c8b
1 changed files with 1 additions and 0 deletions
|
@ -353,6 +353,7 @@ public class PlayerDao {
|
|||
String databasePassword = resultSet.getString("password");
|
||||
|
||||
if (PlayerManager.getInstance().passwordMatches(databasePassword, password)) {
|
||||
fill(playerDetails, resultSet);
|
||||
success = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue