Merge pull request #549 from TotallyNotElite/Pathfinder
Fix spy bots setting off stuck prevention
This commit is contained in:
commit
68a0c84907
@ -275,6 +275,7 @@ bool NavTo(Vector dest, bool navToLocalCenter, bool persistent)
|
|||||||
crumbs.erase(crumbs.begin());
|
crumbs.erase(crumbs.begin());
|
||||||
inactivity.update();
|
inactivity.update();
|
||||||
ensureArrival = persistent;
|
ensureArrival = persistent;
|
||||||
|
localAreas.clear();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user