mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +08:00
Opt: Daily can also trigger guild pop up, cancel when encountered
Fix: During campaign, may enter this method too early resulting in stuck status. Allow method to detect for guild pop up as well
This commit is contained in:
@@ -89,6 +89,12 @@ class EnemySearchingHandler(InfoHandler):
|
||||
timeout.limit = 10
|
||||
timeout.reset()
|
||||
|
||||
if self.handle_guild_popup_cancel():
|
||||
self.config.GUILD_POPUP_TRIGGERED = True
|
||||
timeout.limit = 10
|
||||
timeout.reset()
|
||||
continue
|
||||
|
||||
# End
|
||||
if self.enemy_searching_appear():
|
||||
appeared = True
|
||||
|
||||
Reference in New Issue
Block a user