mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-26 01:15:03 +08:00
Fix: Random loading screen hit EXP_INFO_C (#2567)
This commit is contained in:
@@ -563,6 +563,7 @@ class OSMap(OSFleet, Map, GlobeCamera, StrategicSearchHandler):
|
|||||||
continue
|
continue
|
||||||
if self.handle_map_event():
|
if self.handle_map_event():
|
||||||
continue
|
continue
|
||||||
|
if not self.is_combat_loading():
|
||||||
if self.handle_battle_status():
|
if self.handle_battle_status():
|
||||||
continue
|
continue
|
||||||
if self.handle_exp_info():
|
if self.handle_exp_info():
|
||||||
|
|||||||
Reference in New Issue
Block a user