This commit is contained in:
Abdussamed ULUTAŞ 2023-03-04 14:22:35 +03:00
parent 08e642d156
commit 9b26408c92
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ addService(({
}) })
}; };
Room.rooms.get(to).send([{ Room.rooms.get(to).send([{
from: client.id, from: to,
pack: pack pack: pack
}, 'pack/room'], wom ? client.id : void 0); }, 'pack/room'], wom ? client.id : void 0);
handshake && end({ handshake && end({