mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 19:17:38 +08:00
more comment.
This commit is contained in:
parent
66b83c2e6d
commit
2826f14c1d
@ -178,7 +178,7 @@ func msgType0x210Sub27Decoder(c *QQClient, protobuf []byte) error {
|
||||
for _, m := range s27.ModInfos {
|
||||
if m.ModGroupProfile != nil {
|
||||
for _, info := range m.ModGroupProfile.GroupProfileInfos {
|
||||
switch info.GetField() {
|
||||
switch info.GetField() { // 1 -> group name 2 -> group head 3 -> group creditLevel
|
||||
case 1:
|
||||
if g := c.FindGroup(int64(m.ModGroupProfile.GetGroupCode())); g != nil {
|
||||
old := g.Name
|
||||
|
Loading…
x
Reference in New Issue
Block a user