mirror of
https://github.com/283375/arcaea-offline-pyside-ui.git
synced 2025-07-01 12:26:26 +00:00
wip: arcaea-offline==0.2.0
This commit is contained in:
@ -49,7 +49,7 @@ class DbScoreTableModel(DbTableModel):
|
||||
and chart.constant is not None
|
||||
and isinstance(score, Score)
|
||||
):
|
||||
newPtts.append(calculate_play_rating(chart.constant / 10, score.score))
|
||||
newPtts.append(calculate_play_rating(chart.constant, score.score))
|
||||
else:
|
||||
newPtts.append(None)
|
||||
|
||||
|
Reference in New Issue
Block a user