mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 03:08:15 +08:00
Fix: Handle map event in OS auto search quit
This commit is contained in:
parent
8f6748d0dd
commit
cec625bd39
@ -147,6 +147,9 @@ class MapEventHandler(EnemySearchingHandler):
|
||||
if self.appear_then_click(AUTO_SEARCH_REWARD, offset=(20, 20), interval=1):
|
||||
confirm_timer.reset()
|
||||
continue
|
||||
if self.handle_map_event():
|
||||
confirm_timer.reset()
|
||||
continue
|
||||
|
||||
# End
|
||||
if self.is_in_map():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user