X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=7d4369beffef46d1dae4d49187454b111e79d7da;hp=2e3509b03ab40d5249922a2df5fe510dbe97a5a2;hb=b1ea21493a31105d17cd600ff1d26ee6fd9e3f6f;hpb=5ea8d11307ef9e50bdd0b93708570976f3f6012e diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 2e3509b0..7d4369be 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -227,7 +227,7 @@ export default { { // Minimal game informations: id: this.game.id, - players: this.game.players.map(p => { return {name:p.name}; }), + players: this.game.players, vid: this.game.vid, timeControl: this.game.timeControl, };