From: Benjamin Auder Date: Fri, 5 Jun 2020 20:35:16 +0000 (+0200) Subject: Another typo... X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=715c0ae4af465988f4e50e8c8ac3192399639f06 Another typo... --- diff --git a/client/src/variants/Monochrome.js b/client/src/variants/Monochrome.js index 4a24e606..954a050f 100644 --- a/client/src/variants/Monochrome.js +++ b/client/src/variants/Monochrome.js @@ -115,7 +115,7 @@ export class MonochromeRules extends ChessRules { m.start.x + "." + m.start.y + "." + m.end.x + "." + m.end.y; hashMoves[hash] = true; } - } + }); return moves.concat(zenCaptures.filter(m => { const hash = m.start.x + "." + m.start.y + "." + m.end.x + "." + m.end.y; return !hashMoves[hash];