X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FProgressive2.js;h=cb9911d3b0c1c50db0f834e7b47782be466645e0;hp=ffc22bc973589889b63bc0e1c61e3e5d53606c86;hb=c3ff3a0c807d97c0311a06491318fe02440266db;hpb=eaab401ea14ebbde1e49ede7c639bc3b6556bf08 diff --git a/client/src/variants/Progressive2.js b/client/src/variants/Progressive2.js index ffc22bc9..cb9911d3 100644 --- a/client/src/variants/Progressive2.js +++ b/client/src/variants/Progressive2.js @@ -26,7 +26,6 @@ export class Progressive2Rules extends Progressive1Rules { } undo(move) { - this.disaggregateFlags(JSON.parse(move.flags)); V.UndoOnBoard(this.board, move); if (this.turn != move.turn[0]) this.movesCount--; this.turn = move.turn[0];