This commit is contained in:
elijahr2411
2023-02-07 12:39:47 -05:00
parent 28e8783519
commit c3cd717a64

View File

@@ -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();
} }
} }