From ae6883cc263b202fee8c165a076ed7a940249b7c Mon Sep 17 00:00:00 2001 From: LyKoiya <1511137684@qq.com> Date: Sun, 1 Feb 2026 12:26:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=99=B6=E7=BD=90=E5=8A=A9=E6=89=8B?= =?UTF-8?q?=E6=9A=82=E5=81=9C=E5=90=8E=E6=97=A0=E6=B3=95=E6=B8=85=E7=A9=BA?= =?UTF-8?q?=E7=A7=AF=E5=88=86=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MY_Toolbox/src/MY_Taoguan.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/MY_Toolbox/src/MY_Taoguan.lua b/MY_Toolbox/src/MY_Taoguan.lua index 3b742a465..1f4d273cd 100644 --- a/MY_Toolbox/src/MY_Taoguan.lua +++ b/MY_Toolbox/src/MY_Taoguan.lua @@ -384,13 +384,12 @@ function D.MonitorZP(szChannel, szMsg) end function D.OnLootItem() - if not D.bEnable then - return - end if arg0 == X.GetClientPlayer().dwID and arg2 > 2 and GetItem(arg1).szName == MEILIANGYUQIAN then D.nPoint = 0 D.bWaitPoint = false - X.OutputSystemAnnounceMessage(_L['Auto taoguan: score clear!']) + if D.bEnable then + X.OutputSystemAnnounceMessage(_L['Auto taoguan: score clear!']) + end end end