mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
Fix: combat_set_wave has no screenshot updated
This commit is contained in:
parent
4e9a2bef03
commit
5adbde4f33
@ -131,7 +131,8 @@ class CombatPrepare(UI):
|
||||
logger.warning(f'Combat wave costs {cost} but has multiple waves, '
|
||||
f'probably wave amount is preset')
|
||||
self.combat_set_wave(1)
|
||||
skip_first_screenshot = True
|
||||
# Don't skip_first_screenshot, combat_set_wave may not have screenshot updated
|
||||
# skip_first_screenshot = True
|
||||
timeout.reset()
|
||||
continue
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user