mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-07-03 19:47:16 +08:00
Fix: Guild logistics can't start guild mission because exiting too fast
This commit is contained in:
@@ -275,8 +275,8 @@ class GuildLogistics(GuildBase):
|
|||||||
# End
|
# End
|
||||||
if not self.info_bar_count() and confirm_timer.reached():
|
if not self.info_bar_count() and confirm_timer.reached():
|
||||||
break
|
break
|
||||||
if supply_checked and mission_checked and exchange_checked:
|
# if supply_checked and mission_checked and exchange_checked:
|
||||||
break
|
# break
|
||||||
else:
|
else:
|
||||||
confirm_timer.reset()
|
confirm_timer.reset()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user