From f8493cddb9b29e3bdac35f75bf1ea01b5d9381c7 Mon Sep 17 00:00:00 2001 From: livid washed <115855253+livid-washed@users.noreply.github.com> Date: Sun, 28 Jan 2024 12:37:54 +1100 Subject: [PATCH] missed one --- data/mods/gen7/random-doubles-teams.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/data/mods/gen7/random-doubles-teams.ts b/data/mods/gen7/random-doubles-teams.ts index 87548364fe8e..55e0dc18ef01 100644 --- a/data/mods/gen7/random-doubles-teams.ts +++ b/data/mods/gen7/random-doubles-teams.ts @@ -1368,7 +1368,6 @@ export class RandomGen7DoublesTeams extends RandomGen8Teams { const pokemonList = Object.keys(this.randomDoublesData); const [pokemonPool, baseSpeciesPool] = this.getPokemonPool(type, pokemon, isMonotype, pokemonList); - while (baseSpeciesPool.length && pokemon.length < this.maxTeamSize) { const baseSpecies = this.sampleNoReplace(baseSpeciesPool); const currentSpeciesPool: Species[] = [];