mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix: 单文件模式下总是传递借助战
This commit is contained in:
@@ -1707,7 +1707,7 @@ public partial class CopilotViewModel : Screen
|
||||
{
|
||||
FileName = IsDataFromWeb ? TempCopilotFile : Filename,
|
||||
Formation = Form,
|
||||
SupportUnitUsage = SupportUnitUsage,
|
||||
SupportUnitUsage = UseSupportUnitUsage ? SupportUnitUsage : 0,
|
||||
AddTrust = AddTrust,
|
||||
IgnoreRequirements = IgnoreRequirements,
|
||||
UserAdditionals = AddUserAdditional ? [.. userAdditional] : [],
|
||||
|
||||
Reference in New Issue
Block a user