mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 22:08:20 +08:00
Fix: KeepMissionZone is only supported in server CN
This commit is contained in:
@@ -170,6 +170,9 @@ class OperationSiren(OSMap):
|
||||
if self.config.OpsiDaily_SkipSirenResearchMission and self.config.SERVER not in ['cn']:
|
||||
logger.warning(f'OpsiDaily.SkipSirenResearchMission is not supported in {self.config.SERVER}')
|
||||
self.config.OpsiDaily_SkipSirenResearchMission = False
|
||||
if self.config.OpsiDaily_KeepMissionZone and self.config.SERVER not in ['cn']:
|
||||
logger.warning(f'OpsiDaily.KeepMissionZone is not supported in {self.config.SERVER}')
|
||||
self.config.OpsiDaily_KeepMissionZone = False
|
||||
|
||||
skip_siren_mission = self.config.OpsiDaily_SkipSirenResearchMission
|
||||
while True:
|
||||
|
||||
Reference in New Issue
Block a user