mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 04:24:54 +02: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)
|
||||
currentNode = node;
|
||||
}
|
||||
searchList.clear();
|
||||
}
|
||||
|
||||
if(foundNode) {
|
||||
|
Reference in New Issue
Block a user