mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
feat: 干员识别排除当前客户端未出干员
This commit is contained in:
@@ -605,8 +605,10 @@ namespace MaaWpfGui.ViewModels.UI
|
||||
}
|
||||
else
|
||||
{
|
||||
/*未拥有干员,包含预备干员等*/
|
||||
operNotHave.Add(tuple);
|
||||
if (DataHelper.IsCharacterAvailableInClient(tuple.Name, SettingsViewModel.GameSettings.ClientType))
|
||||
{
|
||||
operNotHave.Add(tuple);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user