fix(score): change processed to True to show pp in profile
This commit is contained in:
@@ -159,7 +159,7 @@ class ScoreResp(ScoreBase):
|
|||||||
is_perfect_combo: bool = False
|
is_perfect_combo: bool = False
|
||||||
legacy_perfect: bool = False
|
legacy_perfect: bool = False
|
||||||
legacy_total_score: int = 0 # FIXME
|
legacy_total_score: int = 0 # FIXME
|
||||||
processed: bool = False # solo_score
|
processed: bool = True # solo_score
|
||||||
weight: float = 0.0
|
weight: float = 0.0
|
||||||
best_id: int | None = None
|
best_id: int | None = None
|
||||||
ruleset_id: int | None = None
|
ruleset_id: int | None = None
|
||||||
|
|||||||
Reference in New Issue
Block a user