mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-09 10:17:38 +08:00
Fix: Redirected to page_reward by game after meta cleared (#1649)
This commit is contained in:
parent
ab68a1f333
commit
98ebf5716a
@ -59,6 +59,9 @@ class Meta(UI, MapEventHandler):
|
||||
return True
|
||||
if self.handle_popup_cancel():
|
||||
return True
|
||||
if self.appear_then_click(META_ENTRANCE, offset=(20, 300), interval=2):
|
||||
return True
|
||||
return False
|
||||
|
||||
|
||||
def _server_support():
|
||||
|
Loading…
Reference in New Issue
Block a user