diff --git a/src/include/client.h b/src/include/client.h index f15d722..fd857da 100644 --- a/src/include/client.h +++ b/src/include/client.h @@ -510,7 +510,7 @@ std::pair SimpleGuess() { RawRnd() / RawRnd_max) { best_guess.first = i; best_guess.second = j; - allow_a_guess = false; + // allow_a_guess = false; } } }