联网推进49,处理游戏结束的相关信息

This commit is contained in:
MrZ626
2021-02-09 00:17:19 +08:00
parent 443fd1513a
commit 39da050c74
2 changed files with 6 additions and 1 deletions

View File

@@ -1756,7 +1756,11 @@ function Player.lose(P,force)
end
gameOver()
P:newTask(#PLAYERS>1 and tick_lose or tick_finish)
TASK.new(tick_autoPause)
if GAME.net then
wsWrite("D")
else
TASK.new(tick_autoPause)
end
if MARKING then
P:showTextF(text.marking,0,-226,25,"appear",.4,.0626)
end