From 45a5e14ddea58756fd9e9be309f68107bd0c9dd4 Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Mon, 2 Sep 2024 09:33:44 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=BC=96=E9=98=9F=E6=97=B6=E4=B8=8D?= =?UTF-8?q?=E5=9C=A8=E5=B9=B2=E5=91=98=E6=95=B0=E6=8D=AE=E5=86=85=E7=9A=84?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E8=BE=93=E5=85=A5=E7=9A=84=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaWpfGui/Main/AsstProxy.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MaaWpfGui/Main/AsstProxy.cs b/src/MaaWpfGui/Main/AsstProxy.cs index 2c213e2a91..603f26518f 100644 --- a/src/MaaWpfGui/Main/AsstProxy.cs +++ b/src/MaaWpfGui/Main/AsstProxy.cs @@ -1438,7 +1438,7 @@ namespace MaaWpfGui.Main string.Join( ", ", (subTaskDetails!["formation"]?.ToObject>() ?? []) - .Select(oper => DataHelper.GetLocalizedCharacterName(oper)) + .Select(oper => DataHelper.GetLocalizedCharacterName(oper) ?? oper) .Where(oper => !string.IsNullOrEmpty(oper))) + "]"); break;