1
0
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:
LmeSzinc
2022-07-16 00:13:55 +08:00
parent 7327a62485
commit 22ac87d9ae

View File

@@ -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):