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

Fix: Clear click record on each battle and each campaign (fixed #447)

This commit is contained in:
LmeSzinc
2022-06-05 08:35:21 +08:00
parent 7382ced0d9
commit f28d0c0c29
3 changed files with 3 additions and 1 deletions

View File

@@ -230,6 +230,7 @@ class Combat(Level, HPBalancer, Retirement, SubmarineCall, CombatAuto, CombatMan
self.submarine_call_reset()
self.combat_auto_reset()
self.combat_manual_reset()
self.device.click_record_clear()
confirm_timer = Timer(10)
confirm_timer.start()