From b565eb7b37f60515ccc6daa3fea504be33979715 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Mon, 4 Jan 2021 21:52:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=BF=98=E4=BA=86=E5=88=A0?= =?UTF-8?q?=E7=9A=84=E4=B8=A4=E8=A1=8C=E6=B5=8B=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player/player.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/parts/player/player.lua b/parts/player/player.lua index 43154af6..1e96d8a9 100644 --- a/parts/player/player.lua +++ b/parts/player/player.lua @@ -904,7 +904,6 @@ do--Player.drop(P)--Place piece --Check line clear for i=1,#CB do - print("i"..i) local h=CY+i-2 --Bomb trigger @@ -922,7 +921,6 @@ do--Player.drop(P)--Place piece h=h+1 --Row filled for x=1,10 do - print("x="..x) if P.field[h][x]<=0 then goto notFull end