1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 06:18:21 +08:00

Fix: Screenshot interval is not extended in daemon and guild combat

This commit is contained in:
LmeSzinc
2023-10-21 21:35:17 +08:00
parent 91bd309e7a
commit c6c0af7be9
2 changed files with 2 additions and 1 deletions

View File

@@ -469,6 +469,7 @@ class GuildOperations(GuildBase):
# Only print once when detected
if not is_loading:
if az.is_combat_loading():
self.device.screenshot_interval_set('combat')
is_loading = True
continue