We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec8a35 commit 04058c7Copy full SHA for 04058c7
plugins/embark-assistant/matcher.cpp
@@ -476,7 +476,8 @@ namespace embark_assist {
476
}
477
478
if (!survey_results->at(fetch_x).at(fetch_y).surveyed) {
479
- // 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.
480
+ // but if it hasn't we need to return with a failed_match
481
*failed_match = true;
482
return;
483
0 commit comments