This commit is contained in:
shoopea 2019-05-13 14:17:15 +08:00
parent 16af1a0ad9
commit 50db9edc9a

2
msg.go
View File

@ -34,5 +34,5 @@ func parseSubTypeMessageMiniWar(m *ChatWarsMessage, r *regexp.Regexp) (*ChatWars
cwm.Report[r.ReplaceAllString(m.Text, score)].Points, err = strconv.ParseInt(r.ReplaceAllString(m.Text, points), 10, 64)
}
return cwm, err
return &cwm, err
}