Skip to content

Commit

Permalink
Update build-indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
scoopapa committed Jan 6, 2024
1 parent 7f67e62 commit 72619fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-tools/build-indexes
Original file line number Diff line number Diff line change
Expand Up @@ -1230,8 +1230,8 @@ function buildTeambuilderTables() {
}
// Find any nonstandard tiers used by this mod
const standardTiers = ['uber', 'ou', 'uubl', 'uu', 'rubl', 'ru', 'nubl', 'nu', 'publ',
'pu', 'zu', 'nfe', 'lcuber', 'lc', 'cap', 'caplc', 'capnfe', 'ag', 'duber', 'dou',
'dbl', 'duu', 'dnu', 'illegal', 'unreleased'];
'pu', 'zu', 'zubl', 'nfe', 'lcuber', 'lc', 'cap', 'caplc', 'capnfe', 'ag', 'duber',
'dou', 'dbl', 'duu', 'dnu', 'illegal', 'unreleased'];
if (!ModConfig[modConfigId].customTiers) ModConfig[modConfigId].customTiers = [];
if (!ModConfig[modConfigId].customDoublesTiers) ModConfig[modConfigId].customDoublesTiers = [];
for (const speciesid in modData.FormatsData) {
Expand Down

0 comments on commit 72619fb

Please sign in to comment.