Update rxscore.pyx

This commit is contained in:
solis 2019-02-21 22:50:53 +10:30 committed by GitHub
parent cfcc17df37
commit fd07cea973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -238,6 +238,8 @@ class score:
else:
# Compare personal best's score with current score
if b.rankedStatus == rankedStatuses.RANKED:
self.completed = 3
self.calculatePP()
if self.pp > personalBest["pp"]:
# New best score
self.completed = 3