System/MainInterfacePanel/FeaturesType1.cs
@@ -33,7 +33,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;