change NavBot priority and clear nav parser priority on clear
This commit is contained in:
parent
d512ee7562
commit
3f4cd3e1e7
@ -78,7 +78,7 @@ void Init(bool from_LevelInit)
|
||||
}
|
||||
|
||||
static HookedFunction
|
||||
CreateMove(HookedFunctions_types::HF_CreateMove, "NavBot", 10, []() {
|
||||
CreateMove(HookedFunctions_types::HF_CreateMove, "NavBot", 18, []() {
|
||||
// Master Switch
|
||||
|
||||
if (!*enable)
|
||||
|
@ -614,6 +614,7 @@ static CatCommand nav_reset_ignores("nav_reset_ignores", "Reset all ignores.",
|
||||
void clearInstructions()
|
||||
{
|
||||
crumbs.clear();
|
||||
curr_priority = 0;
|
||||
}
|
||||
|
||||
} // namespace nav
|
||||
|
Reference in New Issue
Block a user