Actually clear cache and restore imc files.

This commit is contained in:
Ottermandias 2022-07-11 14:08:52 +02:00
parent 4030487472
commit b09a736a85
7 changed files with 50 additions and 15 deletions

View file

@ -229,7 +229,7 @@ public unsafe class ImcFile : MetaBaseFile
resource->SetData( ( IntPtr )Data, Length );
if( firstTime )
{
Penumbra.MetaFileManager.AddImcFile( resource, data, length );
Penumbra.MetaFileManager.AddImcFile( resource, this, data, length );
}
}
}