This commit is contained in:
Boki 2026-02-13 14:42:35 -05:00
parent b9b9a41c3c
commit a336138ee2
4 changed files with 24 additions and 9 deletions

View file

@ -61,6 +61,7 @@ public class BotOrchestrator : IAsyncDisposable
TradeQueue = tradeQueue;
Links = links;
Navigation = new NavigationExecutor(game);
logWatcher.AreaEntered += _ => Navigation.Reset();
_paused = store.Settings.Paused;
}