| System/NewYearFairylandCeremony/NewYearFairylandCeremonyModel.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/NewYearFairylandCeremony/NewYearFairylandCeremonyModel.cs
@@ -367,7 +367,8 @@ openTasklist.Clear(); for(int i = 0; i < allPeoples.Count; i++) { if(FuncOpen.Instance.IsFuncOpen(allPeoples[i].FuncID)) var funcId = allPeoples[i].FuncID; if(funcId == 0 || FuncOpen.Instance.IsFuncOpen(funcId)) { openTasklist.Add(allPeoples[i]); }