1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 23:18:22 +08:00

Revert "Fix: Handle bugged AP button before game devs get it fixed"

This reverts commit b615ebf3
This commit is contained in:
LmeSzinc
2024-02-22 21:00:39 +08:00
parent f63f1f56c8
commit c5fb5a57c5

View File

@@ -86,11 +86,6 @@ class OSMap(OSFleet, Map, GlobeCamera, StrategicSearchHandler):
self.run_auto_search(rescan=False)
self.handle_after_auto_search()
# 2024.02.22, game client bugged, action point button has no response
logger.error('Game client bugged, wait game devs have the AP button fixed')
self.config.task_delay(minute=60)
self.config.task_stop()
def get_current_zone_from_globe(self):
"""
Get current zone from globe map. See OSMapOperation.get_current_zone()