diff --git a/plugins/embark-assistant/matcher.cpp b/plugins/embark-assistant/matcher.cpp index 52348ea33..e550b5ca2 100644 --- a/plugins/embark-assistant/matcher.cpp +++ b/plugins/embark-assistant/matcher.cpp @@ -475,7 +475,8 @@ namespace embark_assist { return; // We're at the world edge, so no incursions from the outside. } - if (!&survey_results->at(fetch_x).at(fetch_y).surveyed) { + if (!survey_results->at(fetch_x).at(fetch_y).surveyed) { + // todo: this has never been executed before /*std::cerr << hello, is anybody out there*/ *failed_match = true; return; }