This commit is contained in:
@@ -31,6 +31,7 @@ public class ClientConnexion extends Connexion {
|
||||
public void close() {
|
||||
if (!this.isClosed()) {
|
||||
super.close();
|
||||
sendPacket(new DisconnectPacket(""));
|
||||
client.onDisconnect.emit();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user