mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 20:54:16 +01:00
Removed ActiveCollection since it is no longer needed.
This commit is contained in:
parent
4888bc243f
commit
3ef3e75c6a
12 changed files with 48 additions and 136 deletions
|
|
@ -205,7 +205,7 @@ public static class ModManagerEditExtensions
|
|||
if( collection.Cache != null && settings.Enabled )
|
||||
{
|
||||
collection.CalculateEffectiveFileList( mod.Resources.MetaManipulations.Count > 0,
|
||||
collection == manager.Collections.ActiveCollection );
|
||||
manager.Collections.IsActive( collection ) );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue