mirror of
https://github.com/ok-oldking/ok-wuthering-waves.git
synced 2025-06-05 08:25:28 +00:00
修复两人队伍会异常
This commit is contained in:
parent
3b53ba742a
commit
b8e0a4d9b0
@ -310,7 +310,7 @@ class BaseCombatTask(BaseWWTask, FindFeature, OCR, CombatCheck):
|
||||
logger.info(f'update char3 to {char.name}')
|
||||
else:
|
||||
if len(self.chars) == 3:
|
||||
self.chars.pop(0)
|
||||
self.chars = self.chars[:2]
|
||||
logger.info(f'team size changed to 2')
|
||||
|
||||
for char in self.chars:
|
||||
|
Loading…
x
Reference in New Issue
Block a user