diff --git a/src/hacks/NavBot.cpp b/src/hacks/NavBot.cpp index c040131d..2c6badaf 100644 --- a/src/hacks/NavBot.cpp +++ b/src/hacks/NavBot.cpp @@ -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) diff --git a/src/navparser.cpp b/src/navparser.cpp index bd49eb3c..534182ea 100644 --- a/src/navparser.cpp +++ b/src/navparser.cpp @@ -614,6 +614,7 @@ static CatCommand nav_reset_ignores("nav_reset_ignores", "Reset all ignores.", void clearInstructions() { crumbs.clear(); + curr_priority = 0; } } // namespace nav