From fa3d7ff1994d0cd5fa064381036471abd906d672 Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Sun, 30 Jan 2022 14:20:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=B4=E5=8A=9B=E4=BF=AE=E5=A4=8D=E7=89=A9?= =?UTF-8?q?=E7=90=86hold=E5=8F=AF=E8=83=BD=E5=AF=BC=E8=87=B4=E7=9A=84?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E9=94=99=E8=AF=AF=EF=BC=8C=E8=83=BD=E7=94=A8?= =?UTF-8?q?=EF=BC=8C=E4=B8=8D=E6=87=82=EF=BC=8C=E4=B8=8D=E7=90=86=E8=A7=A3?= =?UTF-8?q?=EF=BC=8Cbut=20it=20works=EF=BC=8C=E7=AD=89=E9=87=8D=E6=9E=84?= 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 dca60c73..f36a8d22 100644 --- a/parts/player/player.lua +++ b/parts/player/player.lua @@ -1237,7 +1237,7 @@ function Player:hold_norm(ifpre) local C,H=self.cur,self.holdQueue[1] self.ctrlCount=0 - if ENV.phyHold and C and not ifpre then--Physical hold + if ENV.phyHold and C and H and not ifpre then--Physical hold local x,y=self.curX,self.curY x=x+(#C.bk[1]-#H.bk[1])*.5 y=y+(#C.bk-#H.bk)*.5