From 96bf30fcab06990be6d4010f2cf5578181d40ec6 Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Thu, 15 Jun 2023 01:15:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=A9=E5=AE=B6=E6=AD=BB=E4=BA=A1=E5=90=8E?= =?UTF-8?q?=E4=B8=8D=E5=86=8D=E5=8D=A0=E7=94=A8=E6=9B=B4=E6=96=B0=E5=92=8C?= =?UTF-8?q?=E7=BB=98=E5=88=B6=E8=B5=84=E6=BA=90=20=E6=A1=86=E6=9E=B6?= =?UTF-8?q?=E8=B7=9F=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework | 2 +- parts/player/player.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Zframework b/Zframework index 4a3433ac..4aa87c61 160000 --- a/Zframework +++ b/Zframework @@ -1 +1 @@ -Subproject commit 4a3433ac94622a7adbe4f55a62dc17162652d967 +Subproject commit 4aa87c6147c259b6ad2aff918c5b956f531e00e5 diff --git a/parts/player/player.lua b/parts/player/player.lua index 748c72d0..40380251 100644 --- a/parts/player/player.lua +++ b/parts/player/player.lua @@ -613,6 +613,7 @@ do-- function Player:dropPosition(x,y,size) vy=vy+.0626 self:setPosition(x,y,size) if y>2600 then + table.remove(PLAYERS,TABLE.find(PLAYERS,self)) return true end end