X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FComputerGame.vue;h=9f8e1a306399c5d6ccfb2c235af72dfd38a97c0b;hb=2c6cb25eb12074af1f0fb29383eef8a175abb0f0;hp=f5d462371d21c2de94a81f74299a9ccec51672e3;hpb=93d1d7a7e07e7bad94318d3cb4cbe906d85bd811;p=vchess.git diff --git a/client/src/components/ComputerGame.vue b/client/src/components/ComputerGame.vue index f5d46237..9f8e1a30 100644 --- a/client/src/components/ComputerGame.vue +++ b/client/src/components/ComputerGame.vue @@ -87,6 +87,7 @@ export default { fenStart: this.gameInfo.fen, players: players, mycolor: mycolor, + score: "*", }); this.compWorker.postMessage(["init",this.gameInfo.fen]); if (mycolor != "w" || this.gameInfo.mode == "auto")