mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-02 22:08:36 -05:00
Fix analysesByTier
This commit is contained in:
parent
a1575b9dc3
commit
1e44db0d9d
|
|
@ -427,7 +427,7 @@ async function getAnalysesByFormat(pokemon: string, gen: GenerationNum) {
|
|||
}
|
||||
|
||||
const analysesByFormat = new Map<Format, smogon.Analysis[]>();
|
||||
for (const [tier, analyses] of analysesByTier.entries()) {
|
||||
for (const [tier, analyses] of analysesByTier.analyses.entries()) {
|
||||
let t = toID(tier);
|
||||
// Dumb hack, need to talk to BSS people
|
||||
if (gen === 9 && t === 'battlestadiumsingles') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user