Skip to content

Commit 0b3c512

Browse files
committed
fix
1 parent 9845248 commit 0b3c512

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3413,6 +3413,7 @@
34133413
if (this.curTeam && this.curTeam.format) {
34143414
var baseFormat = this.curTeam.format;
34153415
var format = window.BattleFormats && window.BattleFormats[baseFormat];
3416+
console.log('BASE FORMAT');
34163417
console.log(baseFormat);
34173418
if (baseFormat.substr(0, 3) === 'gen') baseFormat = baseFormat.substr(4);
34183419
if (baseFormat.substr(0, 4) === 'bdsp') baseFormat = baseFormat.substr(4);

0 commit comments

Comments
 (0)