mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
fix: 基建计划转换期增加检查
This commit is contained in:
@@ -275,6 +275,7 @@ public class ConfigConverter
|
||||
catch
|
||||
{
|
||||
}
|
||||
infrastTask.PlanSelect = Math.Clamp(infrastTask.PlanSelect, -1, infrastTask.InfrastPlan.Count - 1);
|
||||
|
||||
infrastTask.RoomList = [];
|
||||
var roomTypes = Enum.GetNames<InfrastRoomType>();
|
||||
|
||||
Reference in New Issue
Block a user