This commit is contained in:
parent
8483168c96
commit
bfcbd65763
|
|
@ -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];
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue