mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 06:07:59 +08:00
Fix: Recheck AP boxes when having OCR error
This commit is contained in:
parent
ebb6afd903
commit
9560913ef1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user