1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-18 09:11:31 +08:00

Fix: Guild logistics can't start guild mission because exiting too fast

This commit is contained in:
LmeSzinc
2021-01-26 18:39:03 +08:00
parent 7dbb832ecc
commit c040a551ef

View File

@@ -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()