1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 15:36:59 +08:00

Fix: Handle guild popup after combat for slow PCs (#789)

This commit is contained in:
LmeSzinc
2021-12-01 23:56:46 +08:00
parent 90f756fb18
commit 6586872050

View File

@@ -329,6 +329,12 @@ class Fleet(Camera, AmbushHandler):
walk_timeout.reset()
continue
# Guild popup
# Usually handled in combat_status, but sometimes delayed until after battle on slow PCs.
if self.handle_guild_popup_cancel():
walk_timeout.reset()
continue
if self.handle_walk_out_of_step():
raise MapWalkError('walk_out_of_step')