Skip to content

Commit 76b3740

Browse files
committed
fix
1 parent 88b3dc4 commit 76b3740

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

play.pokemonshowdown.com/js/client-teambuilder.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2209,6 +2209,9 @@
22092209
if (this.curTeam.format.startsWith('gpt')) {
22102210
this.curTeam.dex = Dex.mod('gen9gpt');
22112211
}
2212+
console.log('here')
2213+
console.log(this.curTeam.dex);
2214+
console.log(this.curTeam.format);
22122215
var species = this.curTeam.dex.species.get(this.curSet.species);
22132216
var baseStats = species.baseStats;
22142217

0 commit comments

Comments
 (0)