Find by player's UID not IID

This commit is contained in:
KingRainbow44
2022-04-18 22:23:22 -04:00
Unverified
parent a4932c7557
commit 2e01c7d5ad
4 changed files with 15 additions and 13 deletions
@@ -36,6 +36,7 @@ public class DatabaseHelper {
if (reservedId == GenshinConstants.SERVER_CONSOLE_UID) {
return null;
}
exists = DatabaseHelper.getAccountByPlayerId(reservedId);
if (exists != null) {
return null;