From c83328c28b87e2da408956bb3beae82692467297 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Mon, 14 Sep 2020 11:00:53 +0800 Subject: [PATCH] =?UTF-8?q?0next=E6=97=B6=E4=B8=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E7=94=9F=E6=88=90=E9=A2=84=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/parts/player.lua b/parts/player.lua index 2573ab2c..d9476b22 100644 --- a/parts/player.lua +++ b/parts/player.lua @@ -1179,6 +1179,8 @@ local function applyGameEnv(P)--Finish gameEnv processing ENV.bagLen=#ENV.bag end + if ENV.next==0 then ENV.nextPos=false end + if ENV.lockFX==0 then ENV.lockFX=nil end if ENV.dropFX==0 then ENV.dropFX=nil end if ENV.moveFX==0 then ENV.moveFX=nil end