System/FairySiege/FairySiegeScheduleGroupCell.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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]];