From 5022f4efe76121df33dc81249befa7556e535418 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期四, 19 六月 2025 22:35:42 +0800 Subject: [PATCH] 0312 红点增加“新”标识功能,其他代码优化 --- Main/System/FairyUnion/PlayerFairyData.cs | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Main/System/FairyUnion/PlayerFairyData.cs b/Main/System/FairyUnion/PlayerFairyData.cs index 7ca4ba6..1d68e16 100644 --- a/Main/System/FairyUnion/PlayerFairyData.cs +++ b/Main/System/FairyUnion/PlayerFairyData.cs @@ -344,17 +344,17 @@ public int[] funcArray = null; public bool IsCanFunc(LimitFunc funcType) { - if (funcArray == null) - { - funcArray = ConfigParse.GetMultipleStr<int>(FuncConfigConfig.Get("FamilyPurview").Numerical1); - } - if (funcArray != null && funcArray.Length > 6) - { - if (mine != null) - { - return mine.FamilyLV >= funcArray[(int)funcType]; - } - } + // if (funcArray == null) + // { + // funcArray = ConfigParse.GetMultipleStr<int>(FuncConfigConfig.Get("FamilyPurview").Numerical1); + // } + // if (funcArray != null && funcArray.Length > 6) + // { + // if (mine != null) + // { + // return mine.FamilyLV >= funcArray[(int)funcType]; + // } + // } return false; } #endregion -- Gitblit v1.8.0