Skip to content

Commit 9aa07f1

Browse files
committed
fix
1 parent 3514c74 commit 9aa07f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-tools/build-indexes-custom-v2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,7 @@ process.stdout.write("Building `data/teambuilder-tables.js`... ");
617617
}
618618

619619
const GPTFormatsData = requireNoCache(dawnPath + 'dist/data/mods/gen9gpt/formats-data.js').FormatsData;
620+
console.log(GPTFormatsData);
620621
for (const id of GPTFormatsData) {
621622
const species = DawnDex.mod('gen9gpt').species.get(id);
622623
if (!isGPT) continue;

0 commit comments

Comments
 (0)