Skip to content

Commit

Permalink
fix: Idiom: Remove game space on end
Browse files Browse the repository at this point in the history
  • Loading branch information
ReiKohaku committed Aug 4, 2021
1 parent b4efc42 commit 5a6f48c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interceptor/method/idiom/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ export default async function (message: Message): Promise<string | undefined> {
score: scoreResult
}))
}
delete gameSpace[spaceId]
})
await gameSpace[spaceId].start()
return ""
Expand Down

0 comments on commit 5a6f48c

Please sign in to comment.