fix typo
This commit is contained in:
@@ -109,7 +109,7 @@ export class User {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async kick() {
|
async kick() {
|
||||||
this.sendMsg("10.disconnect");
|
this.sendMsg("10.disconnect;");
|
||||||
this.socket.close();
|
this.socket.close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user