Fix Progressive2. Fixing attempt on Doublemove1
[vchess.git] / client / src / variants / Progressive2.js
index ffc22bc..cb9911d 100644 (file)
@@ -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];