mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 10:00:44 +08:00
chore: reclamation algorithm #2 except txwy
This commit is contained in:
@@ -491,7 +491,7 @@ namespace MaaWpfGui.ViewModels.UI
|
||||
"AutoRoguelike",
|
||||
];
|
||||
|
||||
if (Instances.SettingsViewModel.ClientType is "" or "Official" or "Bilibili")
|
||||
if (!(Instances.SettingsViewModel.ClientType is "txwy"))
|
||||
{
|
||||
taskList.Add("ReclamationAlgorithm2");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user