chore: ws
This commit is contained in:
parent
9495e0456a
commit
a02bf2b1ff
|
@ -71,7 +71,6 @@ export default class SocketServer {
|
||||||
return this.constructor.send(this.latus, this.io.sockets, packet);
|
return this.constructor.send(this.latus, this.io.sockets, packet);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
to(room) {
|
to(room) {
|
||||||
return {
|
return {
|
||||||
send: (packet) => this.constructor.send(this.latus, this.io.of(room), packet),
|
send: (packet) => this.constructor.send(this.latus, this.io.of(room), packet),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user