Skip to content

Commit

Permalink
store
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyhhssyy committed Jun 9, 2024
1 parent 02dfb0c commit 7465017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mobile/views/game/CypherChallenge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ function getRallyPointData() {
function prepareNextQuestion() {
nextQuestionShown.value = true
countdown.value?.reset()
countDownActive.value=true
if (hasNextQuestion.value) {
gameHub.invokeGameHub('RallyPointCreate', roomId, JSON.stringify({ Name: getRallyPointData() }))
Expand Down

0 comments on commit 7465017

Please sign in to comment.