1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 13:17:00 +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
if not self.info_bar_count() and confirm_timer.reached():
break
if supply_checked and mission_checked and exchange_checked:
break
# if supply_checked and mission_checked and exchange_checked:
# break
else:
confirm_timer.reset()