mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
fix: StageManager.cs 服务器为不选择的时候也视为官服
This commit is contained in:
@@ -90,7 +90,7 @@ namespace MaaWpfGui
|
||||
var clientType = settingsModel.ClientType;
|
||||
|
||||
// 官服和B服使用同样的资源
|
||||
if (clientType == "Bilibili")
|
||||
if (clientType == "Bilibili" || clientType == string.Empty)
|
||||
{
|
||||
clientType = "Official";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user