From 1e92029b3cb420ed2c7fe3f5154f149f213d6fb4 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sat, 27 Feb 2021 02:57:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=B7=E6=96=B0=E6=96=B9?= =?UTF-8?q?=E5=9D=97=E7=8A=B6=E6=80=81=E6=97=B620G=E8=BD=AF=E9=99=8D?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=E6=9D=A1=E4=BB=B6=E4=B8=8D=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player/player.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/player/player.lua b/parts/player/player.lua index 462866ab..80d0ebd9 100644 --- a/parts/player/player.lua +++ b/parts/player/player.lua @@ -440,7 +440,7 @@ function Player.freshBlock(P,mode)--string mode: push/move/fresh/newBlock if(mode=="push"or mode=="move"or mode=="newBlock")and P.cur then local CB=P.cur.bk P.ghoY=min(#P.field+1,P.curY) - if P._20G or P.keyPressing[7]and ENV.sdarr==0 then + if P._20G or ENV.sdarr==0 and P.keyPressing[7]and P.downing>ENV.sddas then local _=P.ghoY --Move ghost to bottom