Fix inversion of mod load order on config migration.

This commit is contained in:
Ottermandias 2021-06-29 21:38:43 +02:00
parent 546f6d4152
commit 6882e03c82

View file

@ -64,7 +64,7 @@ namespace Penumbra
maxPriority = Math.Max( maxPriority, priority );
}
if( config.InvertModListOrder )
if( !config.InvertModListOrder )
{
foreach( var setting in defaultCollection.Settings.Values )
{