mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 15:26:49 +01:00
Even more fixes
Forgot to clean the garbage generated in the last commit.
This commit is contained in:
@@ -807,6 +807,7 @@ std::tuple<std::vector<Otc::Direction>, Otc::PathFindResult> Map::findPath(const
|
|||||||
if(!node->evaluated)
|
if(!node->evaluated)
|
||||||
currentNode = node;
|
currentNode = node;
|
||||||
}
|
}
|
||||||
|
searchList.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
if(foundNode) {
|
if(foundNode) {
|
||||||
|
|||||||
Reference in New Issue
Block a user