[-] Don't display AAA

pull/29/head
Azalea 2024-04-02 01:27:07 -04:00
parent 47f09f81ff
commit 36ce636093
1 changed files with 1 additions and 1 deletions

View File

@ -30,5 +30,5 @@ class Wacca(
genericUserSummary(card, mapOf())
}
override val shownRanks: List<Pair<Int, String>> = waccaScores.filter { it.first > 83 * 10000 }
override val shownRanks: List<Pair<Int, String>> = waccaScores.filter { it.first > 85 * 10000 }
}