mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-20 23:45:36 +08:00
Opt: Faster _storage_coordinate_checkout() after _storage_item_use()
This commit is contained in:
@@ -156,6 +156,11 @@ class StorageHandler(GlobeOperation, ZoneManager):
|
|||||||
in: STORAGE_CHECK
|
in: STORAGE_CHECK
|
||||||
out: is_in_map, in an obscure zone.
|
out: is_in_map, in an obscure zone.
|
||||||
"""
|
"""
|
||||||
|
self.interval_clear([
|
||||||
|
STORAGE_CHECK,
|
||||||
|
STORAGE_COORDINATE_CHECKOUT
|
||||||
|
])
|
||||||
|
self.popup_interval_clear()
|
||||||
while 1:
|
while 1:
|
||||||
if skip_first_screenshot:
|
if skip_first_screenshot:
|
||||||
skip_first_screenshot = False
|
skip_first_screenshot = False
|
||||||
|
|||||||
Reference in New Issue
Block a user