也许这样能忽略sagaxml里的
This commit is contained in:
parent
3aeaef9229
commit
157ebda24d
@ -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}`");
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user