Skip to content

Commit

Permalink
Merge pull request #15 from dontjoome/patch-1
Browse files Browse the repository at this point in the history
Update archipelago_enums.ts
  • Loading branch information
Crazycolbster committed Nov 2, 2023
2 parents a2182ab + b2fb735 commit 6a543e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/archipelago_enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ enum ScenarioName {
"dinky park",
"aqua park",
"millennium mines",
"karts and coasters",
"karts & coasters",
"mel’s world",
"mothball mountain",
"pacific pyramids",
Expand Down Expand Up @@ -157,4 +157,4 @@ enum ScenarioName {
// Object.keys(ScenarioName).forEach((scenarioName: ScenarioName) => {
// const scenarioNameValue: string = ScenarioName[scenarioName as any];
// reverseScenarioName.set(scenarioNameValue, scenarioName);
// });
// });

0 comments on commit 6a543e6

Please sign in to comment.