X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBoard.vue;h=f97a2c5a12d6ba7651ddc49d8efb4e01e7ed1997;hb=fd7aea36b8da702df87be3ed055f9a1f59c9f4da;hp=2783381599f1022f1b8f198ed43df97ae05115f6;hpb=93d1d7a7e07e7bad94318d3cb4cbe906d85bd811;p=vchess.git diff --git a/client/src/components/Board.vue b/client/src/components/Board.vue index 27833815..f97a2c5a 100644 --- a/client/src/components/Board.vue +++ b/client/src/components/Board.vue @@ -157,7 +157,7 @@ export default { ); }) ); - const playingColor = userColor || "w"; //default for an observer + const playingColor = this.userColor || "w"; //default for an observer let elementArray = [choices, gameDiv]; if (!!this.vr.reserve) {