test
This commit is contained in:
parent
16af1a0ad9
commit
50db9edc9a
2
msg.go
2
msg.go
@ -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)
|
cwm.Report[r.ReplaceAllString(m.Text, score)].Points, err = strconv.ParseInt(r.ReplaceAllString(m.Text, points), 10, 64)
|
||||||
}
|
}
|
||||||
|
|
||||||
return cwm, err
|
return &cwm, err
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user