修复进入房间时其他玩家的准备状态显示不正确

This commit is contained in:
MrZ626
2021-05-21 19:43:19 +08:00
parent 0f6d8ace1c
commit 9df16b2999

View File

@@ -90,7 +90,6 @@ end
function netPLY.clear()for _=1,netPLY.getCount()do rem(PLY)end end
function netPLY.add(p)
p.mode=0
p.connected=false
ins(PLY,p.uid==USER.uid and 1 or #PLY+1,p)
local a=rnd()*6.2832