1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 20:04:52 +00:00

fix: adjust status logging sequence

This commit is contained in:
2023-11-03 21:53:49 +08:00
parent bea794386c
commit 0b2487487b
3 changed files with 3 additions and 3 deletions
@@ -146,8 +146,8 @@ class TacticalChallenge(UI):
if not ui_timer.reached():
continue
if action_timer.reached_and_reset():
status = self._handle_challenge(status)
logger.attr('Status', status.name)
status = self._handle_challenge(status)
if status in (TCStatus.FINAL, TCStatus.FINISHED):
break