dum dum me

This commit is contained in:
Hri7566 2021-04-25 14:22:35 -04:00
parent 9a2dafa88d
commit 35c52b5a12
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);
u.ppl.forEach(c => {
c.ip = undefined;
c.server = undefined;
});
this.server.connections.get(usr.connectionid).sendArray([u])
});