修复获取用户名的一个小问题,移除测试用代码

This commit is contained in:
MrZ626
2021-06-05 21:18:16 +08:00
parent 1757ba149c
commit 2cdc62f4a2
2 changed files with 1 additions and 11 deletions

View File

@@ -92,7 +92,7 @@ function netPLY.clear()
end
function netPLY.add(p)
p.connected=false
p.username=USERS.getUsername(p.uid)
p.username=p.username
p.place=1e99
p.stat=false
local a=rnd()*6.2832