- Add step to alive poslist

This commit is contained in:
ParticleG
2022-12-19 19:07:35 +08:00
parent b90c06da72
commit e656ab5e1d
2 changed files with 14 additions and 5 deletions

View File

@@ -175,7 +175,7 @@ Z.setOnFnKeys({
function() MES.new('error',"挂了") end,
function()
if GAME.playing and not GAME.net then
for _=1,8 do
for _=1,1 do
if #PLY_ALIVE>1 then
local P=PLY_ALIVE[math.random(2,#PLY_ALIVE)]
P.lastRecv=PLAYERS[1]