mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-24 03:15:55 +08:00
Fix: Don't check GET_SHIP before logged in (#1325)
This commit is contained in:
@@ -54,6 +54,7 @@ class LoginHandler(Combat):
|
|||||||
|
|
||||||
if self.handle_get_items():
|
if self.handle_get_items():
|
||||||
continue
|
continue
|
||||||
|
if login_success:
|
||||||
if self.handle_get_ship():
|
if self.handle_get_ship():
|
||||||
continue
|
continue
|
||||||
if self.appear_then_click(LOGIN_ANNOUNCE, offset=(30, 30), interval=5):
|
if self.appear_then_click(LOGIN_ANNOUNCE, offset=(30, 30), interval=5):
|
||||||
|
|||||||
Reference in New Issue
Block a user