From 5ed273bb9a60452db553244a51c720f8c2f8ff75 Mon Sep 17 00:00:00 2001 From: TYHH10 <10300731+TYHH10@user.noreply.gitee.com> Date: Tue, 9 Jul 2024 14:20:01 +0800 Subject: [PATCH] =?UTF-8?q?add=20>=E4=BB=BB=E5=8A=A1=E4=BC=BC=E4=B9=8E?= =?UTF-8?q?=E5=87=BA=E9=94=99=E4=BA=86.=E6=A3=80=E6=9F=A5=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E5=8F=B0=E4=BB=A5=E8=8E=B7=E5=8F=96=E6=9B=B4=E5=A4=9A?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mod/pop/popmgr_extensions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/pop/popmgr_extensions.cpp b/src/mod/pop/popmgr_extensions.cpp index e37ce7b3..86b9d468 100644 --- a/src/mod/pop/popmgr_extensions.cpp +++ b/src/mod/pop/popmgr_extensions.cpp @@ -6214,7 +6214,7 @@ namespace Mod::Pop::PopMgr_Extensions SpewOutputFunc(LocalSpewOutputFunc); if (parse_warning) { - PrintToChatAll("\x07""ffb2b2""It is possible that a parsing error had occured. Check console for details\n"); + PrintToChatAll("\x07""ffb2b2"">任务似乎出错了.检查控制台以获取更多信息.\n"); } pop_parse_successful = ret;