huetesting

This commit is contained in:
Boki 2026-02-13 14:52:43 -05:00
parent a336138ee2
commit 03d3fbd1dc
3 changed files with 4 additions and 3 deletions

View file

@ -62,6 +62,7 @@ public class BotOrchestrator : IAsyncDisposable
Links = links;
Navigation = new NavigationExecutor(game);
logWatcher.AreaEntered += _ => Navigation.Reset();
logWatcher.Start(); // start early so area events fire even before Bot.Start()
_paused = store.Settings.Paused;
}