diff --git a/js/client-battle.js b/js/client-battle.js index 88d404041..f17c163e1 100644 --- a/js/client-battle.js +++ b/js/client-battle.js @@ -464,7 +464,7 @@ case 'team': var controls = '
'; - if (!this.choice) { + if (!this.choice || !this.choice.done) { this.choice = { teamPreview: [1,2,3,4,5,6].slice(0,switchables.length), done: 0,