From 50a3a20718dc7e21acd4a395aac57abe32878806 Mon Sep 17 00:00:00 2001 From: Ottermandias Date: Mon, 30 May 2022 16:11:10 +0200 Subject: [PATCH] Make default submod lowest priority again. --- Penumbra/Collections/ModCollection.Cache.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Penumbra/Collections/ModCollection.Cache.cs b/Penumbra/Collections/ModCollection.Cache.cs index d7c15b22..44df1ae2 100644 --- a/Penumbra/Collections/ModCollection.Cache.cs +++ b/Penumbra/Collections/ModCollection.Cache.cs @@ -222,7 +222,6 @@ public partial class ModCollection return; } - AddSubMod( mod.Default, mod ); foreach( var (group, groupIndex) in mod.Groups.WithIndex().OrderByDescending( g => g.Item1.Priority ) ) { if( group.Count == 0 ) @@ -249,6 +248,7 @@ public partial class ModCollection } } } + AddSubMod( mod.Default, mod ); if( addMetaChanges ) {