forked from Hay1tsme/artemis
fix(ongeki): actually tell the game the profile is locked
This commit is contained in:
@ -416,7 +416,7 @@ class OngekiBase:
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
"userId": data["userId"],
|
"userId": data["userId"],
|
||||||
"isLogin": False,
|
"isLogin": lock_result is not None,
|
||||||
"lastLoginDate": profile["lastPlayDate"],
|
"lastLoginDate": profile["lastPlayDate"],
|
||||||
"userName": profile["userName"],
|
"userName": profile["userName"],
|
||||||
"reincarnationNum": profile["reincarnationNum"],
|
"reincarnationNum": profile["reincarnationNum"],
|
||||||
|
Reference in New Issue
Block a user