[F] Fix apis

This commit is contained in:
Azalea
2024-02-26 23:19:10 -05:00
parent f086b8abe9
commit b44121597f
6 changed files with 18 additions and 33 deletions

View File

@@ -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
}
}