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 {
|
||||
"userId": data["userId"],
|
||||
"isLogin": False,
|
||||
"isLogin": lock_result is not None,
|
||||
"lastLoginDate": profile["lastPlayDate"],
|
||||
"userName": profile["userName"],
|
||||
"reincarnationNum": profile["reincarnationNum"],
|
||||
|
Reference in New Issue
Block a user