Give messages for unsupported file redirection types.

This commit is contained in:
Ottermandias 2025-02-09 15:12:34 +01:00
parent 9b18ffce66
commit 50c4207844
3 changed files with 59 additions and 40 deletions

View file

@ -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();