mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
fix: 修复一个可能存在的错误
This commit is contained in:
@@ -1384,6 +1384,11 @@ namespace MaaWpfGui
|
||||
|
||||
private string ToUpperAndCheckStage(string value)
|
||||
{
|
||||
if (string.IsNullOrEmpty(value))
|
||||
{
|
||||
return value;
|
||||
}
|
||||
|
||||
value = value.ToUpper();
|
||||
if (StageList != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user