联网推进(微调房间内交互,观战模式不再尝试发送录像流)

This commit is contained in:
MrZ626
2021-05-18 17:39:00 +08:00
parent cd49507a2b
commit d07075ca9c
4 changed files with 9 additions and 9 deletions

View File

@@ -1764,7 +1764,7 @@ function Player:lose(force)
end
gameOver()
self:newTask(#PLAYERS>1 and tick_lose or tick_finish)
if GAME.net then
if GAME.net and not NET.spectate then
NET.signal_die()
else
TASK.new(tick_autoPause)