[DIVA] Fix ranking being reversed

This commit is contained in:
samnyan
2020-01-21 20:52:04 +08:00
parent 5fa287ffb6
commit 0f37346fdc
5 changed files with 82 additions and 5 deletions

View File

@@ -155,6 +155,7 @@ public class PlayerProfile implements Serializable {
private String myList2 = getDummyString("-1", 40);
@JsonIgnore
private int rivalPdId = -1;
public PlayerProfile(int pdId, String playerName) {