mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-09 09:57:43 +08:00
Revert "Fix: Handle bugged AP button before game devs get it fixed"
This reverts commit b615ebf3
This commit is contained in:
parent
f63f1f56c8
commit
c5fb5a57c5
@ -86,11 +86,6 @@ class OSMap(OSFleet, Map, GlobeCamera, StrategicSearchHandler):
|
|||||||
self.run_auto_search(rescan=False)
|
self.run_auto_search(rescan=False)
|
||||||
self.handle_after_auto_search()
|
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):
|
def get_current_zone_from_globe(self):
|
||||||
"""
|
"""
|
||||||
Get current zone from globe map. See OSMapOperation.get_current_zone()
|
Get current zone from globe map. See OSMapOperation.get_current_zone()
|
||||||
|
Loading…
Reference in New Issue
Block a user