From 310023dc942bc94d45c9e5fcfb71348162d46639 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Wed, 4 Aug 2021 17:45:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=95=BF=E6=8C=89hold?= =?UTF-8?q?=E6=88=90=E5=8A=9F=E5=90=8E=E4=BC=9A=E8=A7=A6=E5=8F=91IHS=20clo?= =?UTF-8?q?se=20#165?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player/player.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/parts/player/player.lua b/parts/player/player.lua index 317c9d44..0d2d1f4f 100644 --- a/parts/player/player.lua +++ b/parts/player/player.lua @@ -8,7 +8,7 @@ local max,min,modf=math.max,math.min,math.modf local ins,rem=table.insert,table.remove local resume,yield,status=coroutine.resume,coroutine.yield,coroutine.status -local SFX,BGM,VOC,VIB,SYSFX,SKIN=SFX,BGM,VOC,VIB,SYSFX,SKIN +local SFX,BGM,VOC,VIB,SYSFX=SFX,BGM,VOC,VIB,SYSFX local FREEROW,TABLE,TEXT,NET,TASK=FREEROW,TABLE,TEXT,NET,TASK local PLAYERS,PLY_ALIVE,GAME=PLAYERS,PLY_ALIVE,GAME @@ -1931,6 +1931,7 @@ function Player:act_hold() if self.control then if self.waiting==-1 then self:hold() + self.keyPressing[8]=false end end end