Skip to content

Commit d031dc3

Browse files
committed
注释掉cc落块信息输出,需要的时候自己开
1 parent 7297eb8 commit d031dc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

parts/bot/bot_cc.lua

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ function bot_cc:checkDest(b2b,atk,exblock,yomi)
1111
local dest=self.P.destFX
1212
if not dest then return end
1313
if not (dest.b2b==b2b and dest.attack==atk and dest.extra==exblock) then
14-
print(('hope: %s %s %s'):format(dest.b2b,dest.attack,dest.extra))
15-
print(('real: %s %s %s'):format(b2b,atk,exblock))
16-
print(yomi)
14+
-- print(('hope: %s %s %s'):format(dest.b2b,dest.attack,dest.extra))
15+
-- print(('real: %s %s %s'):format(b2b,atk,exblock))
16+
-- print(yomi)
1717
self:lockWrongPlace()
1818
self.P.destFX=nil
1919
return

0 commit comments

Comments
 (0)