1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Fix: [MAA] Enum adblite_enabled get renamed

This commit is contained in:
LmeSzinc 2025-04-19 23:11:53 +08:00
parent 0ca916e185
commit 32ece7a1a3

View File

@ -128,7 +128,7 @@ class ArknightsAutoScript(AzurLaneAutoScript):
asst = AssistantHandler.Asst(callback)
asst.set_instance_option(AssistantHandler.InstanceOptionType.touch_type, self.config.MaaEmulator_TouchMethod)
asst.set_instance_option(AssistantHandler.InstanceOptionType.adb_lite_enabled, '0')
asst.set_instance_option(AssistantHandler.InstanceOptionType.adblite_enabled, '0')
if self.config.MaaEmulator_DeploymentWithPause:
if self.config.MaaEmulator_TouchMethod == 'maatouch':
asst.set_instance_option(AssistantHandler.InstanceOptionType.deployment_with_pause, '1')