PLAYERS.alive拿出来作为单独变量

This commit is contained in:
MrZ626
2021-03-29 11:40:36 +08:00
parent c0736132b1
commit ee02013fa5
19 changed files with 54 additions and 53 deletions

View File

@@ -1,5 +1,5 @@
local function update_round(P)
if #PLAYERS.alive>1 then
if #PLY_ALIVE>1 then
P.control=false
local ID=P.id
repeat