mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 23:33:33 +08:00
Fix: Confirm to submit items, in siren scanning devices
This commit is contained in:
@@ -286,6 +286,10 @@ class OSFleet(OSCamera, Combat, Fleet, OSAsh):
|
|||||||
raise MapWalkError('walk_out_of_step')
|
raise MapWalkError('walk_out_of_step')
|
||||||
else:
|
else:
|
||||||
continue
|
continue
|
||||||
|
if self.handle_popup_confirm():
|
||||||
|
# Confirm to submit items, in siren scanning devices
|
||||||
|
confirm_timer.reset()
|
||||||
|
continue
|
||||||
|
|
||||||
# Accident click
|
# Accident click
|
||||||
if self.is_in_globe():
|
if self.is_in_globe():
|
||||||
|
|||||||
Reference in New Issue
Block a user