mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-17 07:15:22 +01:00
remove console.log and another typo
This commit is contained in:
parent
8e01876bd0
commit
6049038537
@ -241,13 +241,12 @@ function getDailyEventSeedStarters(seed: string): StarterTuple | null {
|
|||||||
if (!speciesConfigurations) {
|
if (!speciesConfigurations) {
|
||||||
const legacyStarters = getDailyEventSeedStartersLegay(seed);
|
const legacyStarters = getDailyEventSeedStartersLegay(seed);
|
||||||
if (legacyStarters != null) {
|
if (legacyStarters != null) {
|
||||||
console.log("Using lecacy starter parsing for daily run seed.");
|
console.log("Using legacy starter parsing for daily run seed.");
|
||||||
return legacyStarters;
|
return legacyStarters;
|
||||||
}
|
}
|
||||||
console.error("Invalid starters used for custom daily run seed!");
|
console.error("Invalid starters used for custom daily run seed!");
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
console.log(speciesConfigurations);
|
|
||||||
|
|
||||||
const speciesIds = getEnumValues(SpeciesId);
|
const speciesIds = getEnumValues(SpeciesId);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user