diff --git a/plugins/embark-assistant/matcher.cpp b/plugins/embark-assistant/matcher.cpp index e550b5ca2..011a65fa3 100644 --- a/plugins/embark-assistant/matcher.cpp +++ b/plugins/embark-assistant/matcher.cpp @@ -476,7 +476,8 @@ namespace embark_assist { } if (!survey_results->at(fetch_x).at(fetch_y).surveyed) { - // todo: this has never been executed before /*std::cerr << hello, is anybody out there*/ + // If the data has been collected, incursion processing should be performed to evaluate whether a match actually is present. + // but if it hasn't we need to return with a failed_match *failed_match = true; return; }