dum dum me
This commit is contained in:
parent
0efba56390
commit
878132e0ef
|
@ -132,6 +132,7 @@ class Room extends EventEmitter {
|
||||||
let u = this.fetchData(usr, cl);
|
let u = this.fetchData(usr, cl);
|
||||||
u.ppl.forEach(c => {
|
u.ppl.forEach(c => {
|
||||||
c.ip = undefined;
|
c.ip = undefined;
|
||||||
|
c.server = undefined;
|
||||||
});
|
});
|
||||||
this.server.connections.get(usr.connectionid).sendArray([u])
|
this.server.connections.get(usr.connectionid).sendArray([u])
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue