mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 13:14:17 +01:00
Fix collections wrongly becoming active on rediscover.
This commit is contained in:
parent
82ac639854
commit
6dbf487c99
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ public partial class ModCollection
|
||||||
}
|
}
|
||||||
|
|
||||||
// Afterwards, we update the caches. This can not happen in the same loop due to inheritance.
|
// Afterwards, we update the caches. This can not happen in the same loop due to inheritance.
|
||||||
foreach( var collection in this )
|
foreach( var collection in this.Where( c => c.HasCache ) )
|
||||||
{
|
{
|
||||||
collection.ForceCacheUpdate();
|
collection.ForceCacheUpdate();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue