适配新版玩家连接状态修改方式

This commit is contained in:
MrZ626
2021-05-18 01:45:28 +08:00
parent 5543f29e4f
commit b8597d1518
2 changed files with 6 additions and 8 deletions

View File

@@ -133,11 +133,6 @@ function netPLY.setConnect(uid)
end
end
end
function netPLY.freshStreamConn(list)
for _,p in next,list do
getPLY(p.uid).connected=true
end
end
function netPLY.resetState()
for i=1,#PLY do
PLY[i].ready=false