mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-10 21:07:27 +08:00
[-] Don't display AAA
This commit is contained in:
@@ -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 }
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user