mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-25 09:59:20 +01:00
Fix some issues with removing mods from collection caches.
This commit is contained in:
parent
cbda4614a9
commit
3f03712e24
5 changed files with 144 additions and 29 deletions
|
|
@ -27,7 +27,7 @@ public readonly struct ImcCache : IDisposable
|
|||
{
|
||||
foreach( var (path, file) in _imcFiles )
|
||||
{
|
||||
collection._cache!.RemoveFile( path );
|
||||
collection._cache!.RemovePath( path );
|
||||
file.Reset();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue