修复暂停界面点回放时没有向玩家发送录像数据 close #340

This commit is contained in:
MrZ626
2021-09-28 12:54:43 +08:00
parent 9837330be0
commit d5a42f2316

View File

@@ -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