mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 15:36:59 +08:00
Fix: Recheck AP boxes when having OCR error
This commit is contained in:
@@ -164,7 +164,8 @@ class ActionPointHandler(UI, MapEventHandler):
|
||||
if sum(self._action_point_box[1:]) > 0:
|
||||
break
|
||||
# Or having oil
|
||||
if self._action_point_box[0] > 0:
|
||||
# Might be 0 or 1 when page is not fully loaded
|
||||
if self._action_point_box[0] > 100:
|
||||
break
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user