feat: 无匹配关卡时使用Stage1

This commit is contained in:
uye
2022-09-20 20:22:38 +08:00
parent b11f7267fd
commit 1ebc0e0340

View File

@@ -1406,11 +1406,9 @@ namespace MeoAsstGui
{
return Stage3;
}
return string.Empty;
}
return IsStageOpen(Stage1) ? Stage1 : string.Empty;
return Stage1;
}
}