mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
Make default submod lowest priority again.
This commit is contained in:
parent
4b036c6c26
commit
50a3a20718
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,6 @@ public partial class ModCollection
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
AddSubMod( mod.Default, mod );
|
|
||||||
foreach( var (group, groupIndex) in mod.Groups.WithIndex().OrderByDescending( g => g.Item1.Priority ) )
|
foreach( var (group, groupIndex) in mod.Groups.WithIndex().OrderByDescending( g => g.Item1.Priority ) )
|
||||||
{
|
{
|
||||||
if( group.Count == 0 )
|
if( group.Count == 0 )
|
||||||
|
|
@ -249,6 +248,7 @@ public partial class ModCollection
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
AddSubMod( mod.Default, mod );
|
||||||
|
|
||||||
if( addMetaChanges )
|
if( addMetaChanges )
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue