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[] = [];