From 157ebda24d53f160dc46fe1bc0a5288f8ab933c6 Mon Sep 17 00:00:00 2001 From: Thor23333 <735834067@qq.com> Date: Thu, 27 Jan 2022 22:36:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B9=9F=E8=AE=B8=E8=BF=99=E6=A0=B7=E8=83=BD?= =?UTF-8?q?=E5=BF=BD=E7=95=A5sagaxml=E9=87=8C=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ModXml.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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}`"); + } + } }