huetesting
This commit is contained in:
parent
a336138ee2
commit
03d3fbd1dc
3 changed files with 4 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue