From 29e4dc93ab47c552f0228328f12bd243a9868300 Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Mon, 19 Dec 2022 20:31:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=8Acc=E7=9A=84=E5=87=A0=E4=B8=AAprint?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8E=89?= 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 68655e30..df694f85 100644 --- a/parts/bot/bot_cc.lua +++ b/parts/bot/bot_cc.lua @@ -22,7 +22,7 @@ function bot_cc:checkDest(b2b,atk,exblock,yomi) for k=1,#dest,2 do local r=CB[dest[k+1]-self.P.curY+2] if not r or not r[dest[k]-self.P.curX+2] then - print('wrong place') + -- print('wrong place') self:lockWrongPlace() self.P.destFX=nil return @@ -31,8 +31,8 @@ function bot_cc:checkDest(b2b,atk,exblock,yomi) local should_spawn = self.P:getNextSpawn() - 1 if dest.spawn ~= should_spawn then assert(dest.spawn > should_spawn) - print('wrong spawn: should be '..dest.spawn..' but '..should_spawn) - print('-- should only happen when camera is going down') + -- print('wrong spawn: should be '..dest.spawn..' but '..should_spawn) + -- print('-- should only happen when camera is going down') self:lockWrongPlace() self.P.destFX=nil return