也许这样能忽略sagaxml里的

This commit is contained in:
Thor23333 2022-01-27 22:36:18 +08:00
parent 3aeaef9229
commit 157ebda24d

View File

@ -150,7 +150,11 @@ namespace HashCalculator.GUI
else else
{ {
var previousPath = _assets[item]; var previousPath = _assets[item];
TracerListener.WriteLine($"[ModXml] `{fullPath}`: Attempted to add item `{item.Type}:{item.Name}` multiple times - already processed in `{previousPath}`"); if(!fullPath.Contains("SageXml"))
{
TracerListener.WriteLine($"[ModXml] `{fullPath}`: Attempted to add item `{item.Type}:{item.Name}` multiple times - already processed in `{previousPath}`");
}
} }
} }