From bfcbd65763fb9c36dcb9f744374e8de0fa6a215c Mon Sep 17 00:00:00 2001 From: Shuozhe Date: Sat, 10 Jul 2021 00:46:41 +0200 Subject: [PATCH] .. --- clientapp/src/components/GameUI.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/clientapp/src/components/GameUI.vue b/clientapp/src/components/GameUI.vue index 554c4f8..bcf83a0 100644 --- a/clientapp/src/components/GameUI.vue +++ b/clientapp/src/components/GameUI.vue @@ -67,6 +67,7 @@ } } + this.game.draw_score = response.playerScore[0]; this.game.players[0].score = response.playerScore[1]; this.game.players[1].score = response.playerScore[2]; },