diff --git a/src/search.cpp b/src/search.cpp index 263c746d..4103e78e 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -117,9 +117,9 @@ int Thread::search() nRepetition = 0; return 3; } - } else { - moveHistory.push_back(key); } + + moveHistory.push_back(key); } if (rootPos->get_phase() == PHASE_PLACING) {