修复房间内玩家连接状态相关代码一处概率报错
This commit is contained in:
@@ -135,8 +135,8 @@ function netPLY.setConnect(uid)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
function netPLY.freshStreamConn(list)
|
function netPLY.freshStreamConn(list)
|
||||||
for _,uid in next,list do
|
for _,p in next,list do
|
||||||
getPLY(uid).connected=true
|
getPLY(p.uid).connected=true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
function netPLY.resetState()
|
function netPLY.resetState()
|
||||||
|
|||||||
Reference in New Issue
Block a user