diff --git a/src/client/map.cpp b/src/client/map.cpp index 4b9c9eeb..10551b07 100644 --- a/src/client/map.cpp +++ b/src/client/map.cpp @@ -806,8 +806,8 @@ std::tuple, Otc::PathFindResult> Map::findPath(const if(!node->evaluated) currentNode = node; - } - searchList.clear(); + + searchList.clear(); } if(foundNode) {