mirror of https://github.com/hykilpikonna/AquaDX
[-] Don't display AAA
parent
47f09f81ff
commit
36ce636093
|
@ -30,5 +30,5 @@ class Wacca(
|
||||||
genericUserSummary(card, mapOf())
|
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 }
|
||||||
}
|
}
|
Loading…
Reference in New Issue