mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-07-30 23:32:28 +08:00
Fix: use ui_ensure to launch game at coalition start
This commit is contained in:
@@ -192,7 +192,7 @@ class Coalition(CoalitionCombat, CampaignEvent):
|
|||||||
|
|
||||||
# UI switches
|
# UI switches
|
||||||
if not self._coalition_has_oil_icon:
|
if not self._coalition_has_oil_icon:
|
||||||
self.ui_goto(page_campaign_menu)
|
self.ui_ensure(page_campaign_menu)
|
||||||
if self.triggered_stop_condition(oil_check=True):
|
if self.triggered_stop_condition(oil_check=True):
|
||||||
break
|
break
|
||||||
self.device.stuck_record_clear()
|
self.device.stuck_record_clear()
|
||||||
|
|||||||
Reference in New Issue
Block a user