Skip to content

Commit 55851e6

Browse files
committed
fix
1 parent 35c456f commit 55851e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

play.pokemonshowdown.com/src/battle-dex-search.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,9 @@ abstract class BattleTypedSearch<T extends SearchType> {
690690
if (format.includes('rebalanced')) {
691691
this.formatType = 'rebalanced';
692692
}
693+
console.log('now lookie here');
694+
console.log(format);
695+
console.log(this.formatType);
693696
if (format.endsWith('draft')) format = format.slice(0, -5) as ID;
694697
this.format = format;
695698

0 commit comments

Comments
 (0)