dum dum me

This commit is contained in:
Hri7566 2021-04-25 14:22:35 -04:00
parent 0efba56390
commit 878132e0ef
1 changed files with 1 additions and 0 deletions

View File

@ -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])
}); });