fix(ongeki): actually tell the game the profile is locked

This commit is contained in:
2024-07-07 21:13:37 +07:00
parent fb8d1deb53
commit e6153b022c

View File

@ -416,7 +416,7 @@ class OngekiBase:
return {
"userId": data["userId"],
"isLogin": False,
"isLogin": lock_result is not None,
"lastLoginDate": profile["lastPlayDate"],
"userName": profile["userName"],
"reincarnationNum": profile["reincarnationNum"],