Skip to content

Commit 04058c7

Browse files
cppcoopermyk002
authored andcommitted
Update matcher.cpp
1 parent cec8a35 commit 04058c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/embark-assistant/matcher.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,8 @@ namespace embark_assist {
476476
}
477477

478478
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*/
479+
// 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
480481
*failed_match = true;
481482
return;
482483
}

0 commit comments

Comments
 (0)