We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9845248 commit 0b3c512Copy full SHA for 0b3c512
play.pokemonshowdown.com/js/client-teambuilder.js
@@ -3413,6 +3413,7 @@
3413
if (this.curTeam && this.curTeam.format) {
3414
var baseFormat = this.curTeam.format;
3415
var format = window.BattleFormats && window.BattleFormats[baseFormat];
3416
+ console.log('BASE FORMAT');
3417
console.log(baseFormat);
3418
if (baseFormat.substr(0, 3) === 'gen') baseFormat = baseFormat.substr(4);
3419
if (baseFormat.substr(0, 4) === 'bdsp') baseFormat = baseFormat.substr(4);
0 commit comments