From af1b0b6978316b1a3e37d2f01afe3654da325324 Mon Sep 17 00:00:00 2001 From: Giulio Date: Wed, 19 May 2021 15:58:17 +0200 Subject: [PATCH] fix spectator --- frontend/src/components/Player.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/Player.vue b/frontend/src/components/Player.vue index db119e7..171d903 100644 --- a/frontend/src/components/Player.vue +++ b/frontend/src/components/Player.vue @@ -145,6 +145,7 @@ export default { else if (this.pending_action == 3) document.title = this.$t('your_response')+' | PewPew!' else if (this.pending_action == 5) document.title = this.$t('your_choose')+' | PewPew!' else document.title = 'PewPew!' + if ((this.live > 0 || this.is_ghost) && this.spectator) this.spectator = false this.expected_response = self.expected_response this.available_cards = self.available_cards this.win_status = self.win_status