forked from Hay1tsme/artemis
mai2: more finale fixes
This commit is contained in:
parent
3e461f4d71
commit
dc8c27046e
@ -226,7 +226,7 @@ class Mai2Base:
|
||||
self.data.profile.put_profile_ghost(user_id, self.version, ghost)
|
||||
|
||||
if "userRecentRatingList" in upsert:
|
||||
self.data.profile.put_recent_rating(user_id, self.version, upsert["userRecentRatingList"])
|
||||
self.data.profile.put_recent_rating(user_id, upsert["userRecentRatingList"])
|
||||
|
||||
if "userOption" in upsert and len(upsert["userOption"]) > 0:
|
||||
self.data.profile.put_profile_option(
|
||||
|
Loading…
Reference in New Issue
Block a user