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

Merge pull request #575 from Cyumxi/master

[Fix]: quit when no recorded equipment was found
This commit is contained in:
LmeSzinc
2021-08-16 01:45:58 +08:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -165,6 +165,8 @@ class EquipmentChange(Equipment):
break
if self.appear(EQUIPMENT_SCROLL_BOTTOM):
logger.warning('No recorded equipment was found.')
self.ui_back(check_button=globals()[
f'EQUIP_TAKE_ON_{index}'], appear_button=EQUIPPING_OFF)
break
return