diff --git a/MonkeyLoader.Resonite.Integration/DataFeeds/Settings/ConfigSectionSettingsItems.cs b/MonkeyLoader.Resonite.Integration/DataFeeds/Settings/ConfigSectionSettingsItems.cs index 97451d2..42748b8 100644 --- a/MonkeyLoader.Resonite.Integration/DataFeeds/Settings/ConfigSectionSettingsItems.cs +++ b/MonkeyLoader.Resonite.Integration/DataFeeds/Settings/ConfigSectionSettingsItems.cs @@ -54,7 +54,7 @@ public override IAsyncEnumerable Apply(IAsyncEnumerable EnumerateConfigAsync(EnumerateDataFeedParameters parameters, Config config) { - foreach (var configSection in config.Sections.Where(section => !section.InternalAccessOnly)) + foreach (var configSection in config.Sections.Where(section => !section.InternalAccessOnly && section.Keys.Any(key => !key.InternalAccessOnly))) { var sectionGroup = new DataFeedGroup(); sectionGroup.InitBase(configSection.Id, parameters.Path, parameters.GroupKeys, configSection.GetLocaleString("Name")); diff --git a/MonkeyLoader.Resonite.Integration/MonkeyLoader.Resonite.Integration.csproj b/MonkeyLoader.Resonite.Integration/MonkeyLoader.Resonite.Integration.csproj index a556e4f..9c5a9a3 100644 --- a/MonkeyLoader.Resonite.Integration/MonkeyLoader.Resonite.Integration.csproj +++ b/MonkeyLoader.Resonite.Integration/MonkeyLoader.Resonite.Integration.csproj @@ -9,7 +9,7 @@ MonkeyLoader.GamePacks.Resonite Resonite Game Pack Banane9, Nytra - 0.21.1-beta + 0.21.2-beta This Game Pack for MonkeyLoader provides basic hooks for modding the game Resonite, which uses FrooxEngine. It provides hooks for the beginning of initialization,