From cc89c937dc0d523ee431cebb8179c62af3e8218b Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 15 Jun 2021 22:51:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=9D=9E=E6=9E=81=E7=AE=80/?= =?UTF-8?q?=E9=9D=9E=E4=BB=BB=E5=8A=A1=E5=88=A4=E8=B4=9F=E5=B9=B6=E6=9C=AA?= =?UTF-8?q?=E5=AE=8C=E5=85=A8=E5=88=A4=E8=B4=9F?= 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 c129564f..db2794f7 100644 --- a/parts/player/player.lua +++ b/parts/player/player.lua @@ -1485,7 +1485,7 @@ do--Player.drop(self)--Place piece end if finish then - if finish==true then self:lose()end + if finish==true then self:lose()return end _=ENV.dropPiece if _ then _(self)end if finish then self:win(finish)end else