1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 05:08:19 +08:00

Fix: Rename GET_OS_STATUS to GET_ADAPTABILITY

This commit is contained in:
LmeSzinc
2020-12-29 17:37:30 +08:00
parent 9caeca13ab
commit 00a467a00a
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ class MapEventHandler(InfoHandler):
or self.appear(GET_ITEMS_3, interval=2):
self.device.click(CLICK_SAFE_AREA)
return True
if self.appear(GET_OS_STATUS, interval=2):
if self.appear(GET_ADAPTABILITY, interval=2):
self.device.click(CLICK_SAFE_AREA)
return True
if self.appear(GET_MEOWFFICER_ITEMS, interval=2):