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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user