forgot ignore team for dupes
This commit is contained in:
parent
2849de5964
commit
bc770b55aa
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@
|
|||
if (!ignored_pkmn.includes(to_ignore)) {
|
||||
ignored_pkmn[ignored_pkmn.length] = to_ignore;
|
||||
}
|
||||
picked[i] = null;
|
||||
elem.style.color = "white";
|
||||
}
|
||||
ignored_pkmn.sort();
|
||||
|
|
Reference in a new issue