Skip to content

Commit

Permalink
Teambuilder: Fix default validation format
Browse files Browse the repository at this point in the history
  • Loading branch information
TheImmortal authored Aug 26, 2018
1 parent d8ad11e commit 687be9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/client-teambuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@
}
},
validate: function () {
var format = this.curTeam.format || 'gen7pokebankanythinggoes';
var format = this.curTeam.format || 'gen7anythinggoes';

if (!this.curSetList.length) {
app.addPopupMessage("You need at least one Pokémon to validate.");
Expand Down

0 comments on commit 687be9a

Please sign in to comment.