mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-24 15:33:29 +02:00
Fixed getTestRunStarters
This commit is contained in:
parent
2e13eb45f5
commit
8275023439
@ -62,7 +62,7 @@ export function generateStarters(scene: BattleScene, speciesIds: SpeciesId[]): S
|
||||
}
|
||||
|
||||
function getTestRunStarters(seed: string, speciesIds: SpeciesId[]): Starter[] {
|
||||
if (!speciesIds) {
|
||||
if (!speciesIds || !speciesIds.length) {
|
||||
return getDailyRunStarters(seed);
|
||||
}
|
||||
const starters: Starter[] = [];
|
||||
|
Loading…
Reference in New Issue
Block a user