mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Handle guild popup in login
This commit is contained in:
parent
55b0a08044
commit
f6327b655d
@ -45,6 +45,8 @@ class LoginHandler(Combat):
|
||||
continue
|
||||
if self.handle_popup_confirm('LOGIN'):
|
||||
continue
|
||||
if self.handle_guild_popup_cancel():
|
||||
continue
|
||||
if self.handle_urgent_commission(save_get_items=False):
|
||||
continue
|
||||
if self.appear_then_click(GOTO_MAIN, offset=(30, 30), interval=5):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user