diff --git a/ModXml.cs b/ModXml.cs index c7518df..56a4d81 100644 --- a/ModXml.cs +++ b/ModXml.cs @@ -150,7 +150,11 @@ namespace HashCalculator.GUI else { 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}`"); + } + } }