mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Give messages for unsupported file redirection types.
This commit is contained in:
parent
9b18ffce66
commit
50c4207844
3 changed files with 59 additions and 40 deletions
|
|
@ -171,8 +171,7 @@ public class CollectionCacheManager : IDisposable, IService
|
|||
try
|
||||
{
|
||||
ResolvedFileChanged.Invoke(collection, ResolvedFileChanged.Type.FullRecomputeStart, Utf8GamePath.Empty, FullPath.Empty,
|
||||
FullPath.Empty,
|
||||
null);
|
||||
FullPath.Empty, null);
|
||||
cache.ResolvedFiles.Clear();
|
||||
cache.Meta.Reset();
|
||||
cache.ConflictDict.Clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue