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"; }