X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=11a59258a8f1d2dc793de76897cf9dd3ad48bd45;hp=1071ece83f0f9fce229bcddd8801fb5ece0e5573;hb=e30523f27d5989903de6743a8b4f194a390d576c;hpb=0293c51633a35efb8a5f18d61c74b5b04c36429c diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 1071ece8..11a59258 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -1447,7 +1447,7 @@ export default { ? this.repeat[fenObj] + 1 : 1; if (this.repeat[fenObj] >= 3) { - if (this.vr.loseOnRepetition()) + if (this.vr.loseOnRepetition) this.gameOver(moveCol == "w" ? "0-1" : "1-0", "Repetition"); else this.drawOffer = "threerep"; }