System/FairySiege/FairySiegeScheduleGroupCell.cs @@ -23,6 +23,7 @@ if (rankInfo.IsNullOrEmpty()) return; var list = rankInfo.Keys.ToList(); list.Sort(); if (index < 0 || index >= rankInfo.Count) return; var info = rankInfo[list[index]];