mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-05 03:23:50 +08:00
fix flag error.
This commit is contained in:
parent
58e7c82fd2
commit
d36eb9abe7
@ -232,7 +232,7 @@ func decodePushReqPacket(c *QQClient, _ uint16, payload []byte) (interface{}, er
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
if !f {
|
if f {
|
||||||
c.SetCustomServer(adds)
|
c.SetCustomServer(adds)
|
||||||
}
|
}
|
||||||
return nil, nil
|
return nil, nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user