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

Fix: Failed to get zone name after oil buy count OCR

They use the same ocr model and oil buy count set an alphabet whitelist, result in empty zone name
- Opt: Faster click after handle_action_point
This commit is contained in:
LmeSzinc
2021-04-25 16:53:44 +08:00
parent bb63613419
commit 825255f3b7
2 changed files with 2 additions and 2 deletions

View File

@@ -239,6 +239,7 @@ class GlobeOperation(ActionPointHandler, MapEventHandler):
click_timer.reset()
continue
if self.handle_action_point(zone=zone, pinned=pinned):
click_timer.clear()
continue
if self.handle_map_event():
continue