[+] Display more info on user page

This commit is contained in:
Azalea
2024-02-12 01:48:28 -05:00
parent 85301c92ec
commit 7e198bd7a1
3 changed files with 199 additions and 52 deletions

View File

@@ -60,7 +60,7 @@ class Maimai2New(
}
return mapOf(
"name" to user,
"name" to user.userName,
"iconId" to user.iconId,
"serverRank" to userDataRepository.getRanking(user.playerRating),