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

Fix: bug in dossier_ship_enter

This commit is contained in:
guoh064
2023-05-08 08:22:54 +08:00
parent 452a4d2b4d
commit 20fd6775ef

View File

@@ -96,7 +96,7 @@ class MetaReward(Combat, UI):
self.device.click(entrance[0]) self.device.click(entrance[0])
timer.reset() timer.reset()
entered = True entered = True
break continue
return entered return entered