forked from Hri7566/mpp-server-dev2
sadlkalsdjalkdjwdjlkasjd
This commit is contained in:
parent
c4d9817291
commit
e05ee04a09
|
@ -130,7 +130,9 @@ class Room extends EventEmitter {
|
|||
|
||||
this.connections.forEach((usr) => {
|
||||
let u = this.fetchData(usr, cl);
|
||||
u.ip = undefined;
|
||||
u.ppl.forEach(c => {
|
||||
c.ip = undefined;
|
||||
});
|
||||
this.server.connections.get(usr.connectionid).sendArray([u])
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue