修复进入房间时其他玩家的准备状态显示不正确
This commit is contained in:
@@ -90,7 +90,6 @@ end
|
|||||||
|
|
||||||
function netPLY.clear()for _=1,netPLY.getCount()do rem(PLY)end end
|
function netPLY.clear()for _=1,netPLY.getCount()do rem(PLY)end end
|
||||||
function netPLY.add(p)
|
function netPLY.add(p)
|
||||||
p.mode=0
|
|
||||||
p.connected=false
|
p.connected=false
|
||||||
ins(PLY,p.uid==USER.uid and 1 or #PLY+1,p)
|
ins(PLY,p.uid==USER.uid and 1 or #PLY+1,p)
|
||||||
local a=rnd()*6.2832
|
local a=rnd()*6.2832
|
||||||
|
|||||||
Reference in New Issue
Block a user