mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-19 15:14:25 +01:00
Now that's a collection manager.
This commit is contained in:
parent
5a817db069
commit
f85fc46fb7
55 changed files with 2433 additions and 2317 deletions
|
|
@ -40,7 +40,7 @@ public partial class ModCollection
|
|||
|
||||
// Force an update with metadata for this cache.
|
||||
internal void ForceCacheUpdate()
|
||||
=> CalculateEffectiveFileList(this == Penumbra.CollectionManager.Default);
|
||||
=> CalculateEffectiveFileList(this == Penumbra.CollectionManager.Active.Default);
|
||||
|
||||
// Handle temporary mods for this collection.
|
||||
public void Apply(TemporaryMod tempMod, bool created)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue