Skip to content

Commit

Permalink
removed bad thing
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefWindy authored Aug 1, 2024
1 parent f45936e commit de25118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/board.cc
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ bool Board::repetition() const {
move_8->newPos == move_2->oldPos &&
move_8->oldPos == move_6->newPos &&
move_8->oldPos == move_4->oldPos &&
move_8->oldPos == move_2->newPos) { std::cout << "GET FUCKED"; return true; }
move_8->oldPos == move_2->newPos) { /*std::cout << "GET FUCKED";*/ return true; }

return false;
}
Expand Down

0 comments on commit de25118

Please sign in to comment.