Remove unused code

This commit is contained in:
Guangcong Luo 2017-03-25 14:04:04 -04:00
parent e5c99f53ac
commit 9ca42db579

View File

@ -1158,11 +1158,7 @@
}
}
if (this.partialDecisions) {
for (var i = 0; i < this.choice.choices.length; i++) {
this.sendDecision(this.choice.choices[i]);
}
} else if (this.choice.choices.length >= (this.choice.count || this.battle.mySide.active.length)) {
if (this.choice.choices.length >= (this.choice.count || this.battle.mySide.active.length)) {
this.sendDecision(this.choice.choices);
}