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

Fix: TooManyClickError when selecting equipments

This commit is contained in:
LmeSzinc
2022-08-25 00:24:26 +08:00
parent d90e73286f
commit bf856760a3
2 changed files with 3 additions and 0 deletions

View File

@@ -212,6 +212,7 @@ class StorageHandler(StorageUI):
if item.amount <= 0:
continue
self.device.click(item)
self.device.click_record.pop()
if total >= amount:
break