Skip to content

Commit

Permalink
Merge pull request #644 from ryceg:Fix-passage-thing
Browse files Browse the repository at this point in the history
Fix-passage-thing
  • Loading branch information
ryceg authored Jun 25, 2021
2 parents ba5cf6a + 19db602 commit bd7f7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/World/urlSeed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function createSeed () {
}

const passageExists = (key: string): boolean => {
if (Story.get(key)) return true
if (Story.has(key)) return true
return false
}

Expand Down

0 comments on commit bd7f7ee

Please sign in to comment.