Fix ex MVP++ users being shown as unranked

This commit is contained in:
nea
2023-06-02 16:43:14 +02:00
parent add5eb6a4a
commit ccf1d1d0e9
4 changed files with 27 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ object SkillPage : ProfilePage {
profileViewer.account.rankData?.let {
("§${it.color}[${it.tag}${profileViewer.account.rankPlusDyeColor.modern}" +
"${it.plus ?: ""}§${it.color}] ${profileViewer.primaryName}")
} ?: "§${Formatting.GRAY}${profileViewer.primaryName}"
} ?: "${Formatting.GRAY}${profileViewer.primaryName}"
)
), 0, 0, 6, 1
)