test
This commit is contained in:
parent
bd55e3031d
commit
7b28e776d0
6 changed files with 25 additions and 16 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue