mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-07-28 22:59:05 +08:00
Chore: fix minor log message of vanguard change
This commit is contained in:
@@ -540,7 +540,7 @@ class GemsFarming(CampaignRun, Dock):
|
||||
mount_button = globals()[f'FLEET_{self.fleet_to_attack}_VANGUARD_3']
|
||||
|
||||
if self.appear(unmount_button, offset=(20, 20)):
|
||||
logger.info('No flagship to unmount, skip unmounting.')
|
||||
logger.info('No vanguard to unmount, skip unmounting.')
|
||||
else:
|
||||
self.ui_enter_ship(unmount_button, long_click=False)
|
||||
self.ui_click(DOCK_UNMOUNT, check_button=FLEET_PREPARATION, appear_button=DOCK_CHECK,
|
||||
|
||||
Reference in New Issue
Block a user