sadlkalsdjalkdjwdjlkasjd

This commit is contained in:
Hri7566 2021-04-13 17:40:22 -04:00
parent 30fca53c72
commit 6da7438f8e
1 changed files with 3 additions and 1 deletions

View File

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