System/MainInterfacePanel/FeaturesType2.cs
@@ -32,7 +32,7 @@ FeatureNoticeModel featureNoticeModel { get { return ModelCenter.Instance.GetModel<FeatureNoticeModel>(); } } public void GetTheFeatureID(int funcId) { var functionForecastConfig = Config.Instance.Get<FunctionForecastConfig>(funcId); var functionForecastConfig = FunctionForecastConfig.Get(funcId); if (functionForecastConfig == null) { return;