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