联网游戏结束后2.6秒返回玩家列表

This commit is contained in:
MrZ_26
2022-10-23 01:13:01 +08:00
parent 8fb0b2e600
commit 80984cddf9
2 changed files with 6 additions and 3 deletions

View File

@@ -2845,7 +2845,7 @@ function Player:lose(force)
gameOver()
self:newTask(#PLAYERS>1 and task_lose or task_finish)
if GAME.net and not NET.spectate then
NET.player_finish()
NET.player_finish({foo="-- TODO"})
else
TASK.new(task_autoPause)
end