From d5a42f23160a8907fda7df5fa2c6df07890783d4 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 28 Sep 2021 12:54:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9A=82=E5=81=9C=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E7=82=B9=E5=9B=9E=E6=94=BE=E6=97=B6=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E5=90=91=E7=8E=A9=E5=AE=B6=E5=8F=91=E9=80=81=E5=BD=95=E5=83=8F?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=20close=20#340?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/pause.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/parts/scenes/pause.lua b/parts/scenes/pause.lua index 70f2c1d7..55637cf5 100644 --- a/parts/scenes/pause.lua +++ b/parts/scenes/pause.lua @@ -150,6 +150,7 @@ function scene.keyDown(key,isRep) elseif key=="p"then if(GAME.result or GAME.replaying)and #PLAYERS==1 then resetGameData('r') + PLAYERS[1]:startStreaming(GAME.rep) SCN.swapTo('game','none') end elseif key=="o"then