1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 19:17:38 +08:00

fix flag error.

This commit is contained in:
Mrs4s 2020-11-13 15:48:09 +08:00
parent 58e7c82fd2
commit d36eb9abe7

View File

@ -232,7 +232,7 @@ func decodePushReqPacket(c *QQClient, _ uint16, payload []byte) (interface{}, er
}
})
}
if !f {
if f {
c.SetCustomServer(adds)
}
return nil, nil