mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
Fix inversion of mod load order on config migration.
This commit is contained in:
parent
546f6d4152
commit
6882e03c82
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ namespace Penumbra
|
||||||
maxPriority = Math.Max( maxPriority, priority );
|
maxPriority = Math.Max( maxPriority, priority );
|
||||||
}
|
}
|
||||||
|
|
||||||
if( config.InvertModListOrder )
|
if( !config.InvertModListOrder )
|
||||||
{
|
{
|
||||||
foreach( var setting in defaultCollection.Settings.Values )
|
foreach( var setting in defaultCollection.Settings.Values )
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue