mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 20:54:16 +01:00
Actually clear cache and restore imc files.
This commit is contained in:
parent
4030487472
commit
b09a736a85
7 changed files with 50 additions and 15 deletions
|
|
@ -153,6 +153,7 @@ public class TempModManager
|
|||
if( _collections.Remove( characterName, out var c ) )
|
||||
{
|
||||
_mods.Remove( c );
|
||||
c.ClearCache();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue