修复房间内玩家连接状态相关代码一处概率报错
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user