1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 23:18:22 +08:00

Fix: Disable auto search temporarily instead of turning it off in user config

This commit is contained in:
LmeSzinc
2022-04-29 11:41:27 +08:00
parent 058f8658e4
commit 3b8da700d3
2 changed files with 7 additions and 9 deletions

View File

@@ -264,7 +264,7 @@ class GemsFarming(CampaignRun, Dock, EquipmentChange):
logger.hr('TRIGGERED LV32 LIMIT')
return True
if self.config.Campaign_UseAutoSearch and self.campaign.config.GEMS_EMOTION_TRIGGRED:
if self.campaign.map_is_auto_search and self.campaign.config.GEMS_EMOTION_TRIGGRED:
self._trigger_emotion = True
logger.hr('TRIGGERED EMOTION LIMIT')
return True