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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user