This commit is contained in:
Boki 2026-02-22 21:46:48 -05:00
parent bd55e3031d
commit 7b28e776d0
6 changed files with 25 additions and 16 deletions

View file

@ -985,7 +985,8 @@ public class BossRunExecutor : GameExecutor
if (attempt < 3)
{
Log.Warning("Hideout command didn't register (attempt {Attempt}/3), retrying", attempt);
Log.Warning("Hideout command didn't register (attempt {Attempt}/3), clearing UI and retrying", attempt);
await _game.PressKey(InputSender.VK.SPACE);
await Sleep(1000);
}
}