mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 11:07:40 +08:00
perf: no md5 on EmptyClient
This commit is contained in:
parent
43b23f4e6f
commit
0cb45e1d20
@ -187,7 +187,7 @@ func NewClient(uin int64, password string) *QQClient {
|
||||
}
|
||||
|
||||
func NewClientEmpty() *QQClient {
|
||||
return NewClient(0, "")
|
||||
return NewClientMd5(0, [16]byte{})
|
||||
}
|
||||
|
||||
func NewClientMd5(uin int64, passwordMd5 [16]byte) *QQClient {
|
||||
|
Loading…
x
Reference in New Issue
Block a user