联网推进

This commit is contained in:
MrZ626
2021-04-06 00:22:26 +08:00
parent e9fd74ef5d
commit eb15bec707
2 changed files with 3 additions and 3 deletions

View File

@@ -155,7 +155,7 @@ function scene.socketRead(cmd,data)
ins(PLY_NET,{
sid=p.sid,
uid=p.uid,
username=p.username,
name=p.username,
conf=p.config,
ready=p.ready,
})
@@ -164,7 +164,7 @@ function scene.socketRead(cmd,data)
ins(PLY_NET,{
sid=data.sid,
uid=data.uid,
username=data.username,
name=data.username,
conf=data.config,
ready=data.ready,
})