1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-08-19 20:55:05 +08:00

Opt: Use multi_set

This commit is contained in:
bookbug666
2023-01-12 12:06:07 +08:00
parent a155a8e9f8
commit 8a9dc00a34

View File

@@ -346,6 +346,7 @@ class UI(InfoHandler):
'EventSp',
'GemsFarming',
]
with self.config.multi_set():
for task in tasks:
if task in ['GemsFarming']:
continue
@@ -384,6 +385,7 @@ class UI(InfoHandler):
'EventSp',
'GemsFarming',
]
with self.config.multi_set():
for task in tasks:
if task in ['GemsFarming']:
continue