From 892d24b331cdbdfaecf0e864d24b2c93aa7852d6 Mon Sep 17 00:00:00 2001 From: Yifan Liu Date: Tue, 7 Feb 2023 01:57:15 -0600 Subject: [PATCH] =?UTF-8?q?fix:=20StageManager.cs=20=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E4=B8=BA=E4=B8=8D=E9=80=89=E6=8B=A9=E7=9A=84=E6=97=B6?= =?UTF-8?q?=E5=80=99=E4=B9=9F=E8=A7=86=E4=B8=BA=E5=AE=98=E6=9C=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaWpfGui/Helper/StageManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MaaWpfGui/Helper/StageManager.cs b/src/MaaWpfGui/Helper/StageManager.cs index add678f11f..67f112779d 100644 --- a/src/MaaWpfGui/Helper/StageManager.cs +++ b/src/MaaWpfGui/Helper/StageManager.cs @@ -90,7 +90,7 @@ namespace MaaWpfGui var clientType = settingsModel.ClientType; // 官服和B服使用同样的资源 - if (clientType == "Bilibili") + if (clientType == "Bilibili" || clientType == string.Empty) { clientType = "Official"; }