chore: ws

This commit is contained in:
cha0s 2021-01-16 02:59:07 -06:00
parent 9495e0456a
commit a02bf2b1ff

View File

@ -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),