From 04058c752958712dbc035b2e41a9ad11e4489991 Mon Sep 17 00:00:00 2001 From: Josh Cooper Date: Wed, 8 Jun 2022 11:47:22 -0700 Subject: [PATCH] Update matcher.cpp --- plugins/embark-assistant/matcher.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }