forked from Cookies_Github_mirror/AquaDX
[F] Fix #16
This commit is contained in:
@@ -162,12 +162,6 @@ public class UserPlaylog implements Serializable, IGenericGamePlaylog {
|
||||
return playerRating;
|
||||
}
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
public String getDate() {
|
||||
return playDate.toString();
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getBeforeRating() {
|
||||
return playerRating; // TODO: Get before rating
|
||||
|
||||
@@ -265,12 +265,6 @@ public class UserPlaylog implements Serializable, IGenericGamePlaylog {
|
||||
@JsonProperty("extBool1")
|
||||
private boolean extBool1;
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
public Object getDate() {
|
||||
return playDate;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isFullCombo() {
|
||||
return maxCombo == totalCombo;
|
||||
|
||||
@@ -160,12 +160,6 @@ public class UserPlaylog implements Serializable, IGenericGamePlaylog {
|
||||
|
||||
private int battlePoint;
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
public Object getDate() {
|
||||
return playDate;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getAchievement() {
|
||||
return techScore;
|
||||
|
||||
Reference in New Issue
Block a user