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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user