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]; },