Merge branch 'newui' of https://github.com/nullworks/cathook into newui

This commit is contained in:
LightCat 2018-08-18 20:46:50 +02:00
commit 60d437b47d

View File

@ -275,6 +275,7 @@ bool NavTo(Vector dest, bool navToLocalCenter, bool persistent)
crumbs.erase(crumbs.begin());
inactivity.update();
ensureArrival = persistent;
localAreas.clear();
return true;
}