mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-07-21 02:48:30 -05:00
Remove unused code
This commit is contained in:
parent
e5c99f53ac
commit
9ca42db579
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user