From d031dc3a82b43a0f700f15baaffff05abf2430e8 Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Tue, 27 Sep 2022 21:30:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8E=89cc=E8=90=BD=E5=9D=97?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E8=BE=93=E5=87=BA=EF=BC=8C=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E7=9A=84=E6=97=B6=E5=80=99=E8=87=AA=E5=B7=B1=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/bot/bot_cc.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/parts/bot/bot_cc.lua b/parts/bot/bot_cc.lua index da6bde47..12ed4a7a 100644 --- a/parts/bot/bot_cc.lua +++ b/parts/bot/bot_cc.lua @@ -11,9 +11,9 @@ function bot_cc:checkDest(b2b,atk,exblock,yomi) local dest=self.P.destFX if not dest then return end if not (dest.b2b==b2b and dest.attack==atk and dest.extra==exblock) then - print(('hope: %s %s %s'):format(dest.b2b,dest.attack,dest.extra)) - print(('real: %s %s %s'):format(b2b,atk,exblock)) - print(yomi) + -- print(('hope: %s %s %s'):format(dest.b2b,dest.attack,dest.extra)) + -- print(('real: %s %s %s'):format(b2b,atk,exblock)) + -- print(yomi) self:lockWrongPlace() self.P.destFX=nil return