1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-07 20:45:53 +08:00

fix flag.

This commit is contained in:
Mrs4s 2021-04-11 20:01:28 +08:00
parent c751f3a90e
commit 5a90a592d0
No known key found for this signature in database
GPG Key ID: 3186E98FA19CE3A7

View File

@ -983,6 +983,7 @@ func (c *QQClient) quickReconnect() {
}
func (c *QQClient) Disconnect() {
c.Online = false
c.TCP.Close()
}