Add
This commit is contained in:
parent
08e642d156
commit
9b26408c92
|
@ -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({
|
||||||
|
|
Loading…
Reference in New Issue