[F] Fix all perfect count

This commit is contained in:
Azalea
2024-02-28 23:37:27 -05:00
parent fd482d32a7
commit beb6697507
4 changed files with 22 additions and 2 deletions

View File

@@ -174,4 +174,9 @@ public class UserPlaylog implements Serializable, IGenericGamePlaylog {
public int getBeforeRating() {
return playerRating; // TODO: Get before rating
}
@Override
public boolean isAllPerfect() {
return isAllBreak;
}
}