mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-21 22:38:41 -06:00
comment
This commit is contained in:
parent
c1f1ec028f
commit
53fc7dcd27
|
@ -140,8 +140,8 @@ impl<S, R> Client<S, R> where S: Encode + Decode, R: Encode + Decode {
|
|||
return Ok(())
|
||||
},
|
||||
ServerPacket::Disconnected(reason) => {
|
||||
//this should never fail but we're handling the error anyway
|
||||
let reason = DisconnectReason::KickedByServer(reason);
|
||||
//this should never fail but we're handling the error anyway
|
||||
self.disconnect_inner(reason, true)?;
|
||||
return Ok(())
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue