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