修复房间内玩家连接状态相关代码一处概率报错

This commit is contained in:
MrZ626
2021-05-14 22:15:44 +08:00
parent b50e01e4cf
commit 1fa7bf9c27

View File

@@ -135,8 +135,8 @@ function netPLY.setConnect(uid)
end
end
function netPLY.freshStreamConn(list)
for _,uid in next,list do
getPLY(uid).connected=true
for _,p in next,list do
getPLY(p.uid).connected=true
end
end
function netPLY.resetState()