From 3073a2e90d46153e33a2c829fa15fe105e0a9ac3 Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Mon, 19 Dec 2022 20:37:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B7=B7=E6=88=98=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E5=A4=B1=E8=B4=A5=E5=90=8E=E6=92=AD=E9=9F=B3=E4=B9=90?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5?= 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 90009403..c98bb8f3 100644 --- a/parts/player/player.lua +++ b/parts/player/player.lua @@ -2868,7 +2868,7 @@ function Player:lose(force) SFX.play('fail') VOC.play('lose') if self.gameEnv.layout=='royale' then - BGM.play(' end') + BGM.play('end') end gameOver() self:newTask(#PLAYERS>1 and task_lose or task_finish)