forked from Cookies_Github_mirror/AquaDX
[F] Fix all perfect count
This commit is contained in:
@@ -166,4 +166,9 @@ public class UserPlaylog implements Serializable, IGenericGamePlaylog {
|
||||
public int getBeforeRating() {
|
||||
return playerRating; // TODO: Get before rating
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isAllPerfect() {
|
||||
return isAllJustice;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user