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:
@@ -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