mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-02 05:43:42 +01:00
Fix enable/disable/inherit all descendants.
This commit is contained in:
parent
4ef8eeb042
commit
ea4d087ae9
2 changed files with 16 additions and 16 deletions
|
|
@ -61,7 +61,7 @@ public partial class ModCollection
|
|||
var changes = false;
|
||||
foreach( var mod in mods )
|
||||
{
|
||||
var oldValue = _settings[ mod.Index ]?.Enabled ?? this[ mod.Index ].Settings?.Enabled ?? false;
|
||||
var oldValue = _settings[ mod.Index ]?.Enabled;
|
||||
if( newValue != oldValue )
|
||||
{
|
||||
FixInheritance( mod.Index, false );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue