mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-23 05:08:01 +08:00
Fix: Handle map event in OS auto search quit
This commit is contained in:
@@ -147,6 +147,9 @@ class MapEventHandler(EnemySearchingHandler):
|
|||||||
if self.appear_then_click(AUTO_SEARCH_REWARD, offset=(20, 20), interval=1):
|
if self.appear_then_click(AUTO_SEARCH_REWARD, offset=(20, 20), interval=1):
|
||||||
confirm_timer.reset()
|
confirm_timer.reset()
|
||||||
continue
|
continue
|
||||||
|
if self.handle_map_event():
|
||||||
|
confirm_timer.reset()
|
||||||
|
continue
|
||||||
|
|
||||||
# End
|
# End
|
||||||
if self.is_in_map():
|
if self.is_in_map():
|
||||||
|
|||||||
Reference in New Issue
Block a user