diff --git a/titles/ongeki/base.py b/titles/ongeki/base.py index b4dff99..ccdcbd6 100644 --- a/titles/ongeki/base.py +++ b/titles/ongeki/base.py @@ -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"],