diff --git a/TriviaBot/bot/TriviaGame.cpp b/TriviaBot/bot/TriviaGame.cpp index a8c5210..a2385f1 100644 --- a/TriviaBot/bot/TriviaGame.cpp +++ b/TriviaBot/bot/TriviaGame.cpp @@ -292,6 +292,7 @@ void TriviaGame::handle_answer(std::string answer, DiscordObjects::User sender) boost::algorithm::to_lower(answer); if (current_answers.find(answer) != current_answers.end()) { current_thread->interrupt(); + current_answers.clear(); boost::posix_time::time_duration diff = boost::posix_time::microsec_clock::universal_time() - question_start;