This commit is contained in:
shoopea 2019-06-03 16:46:27 +08:00
parent 99153849bb
commit 49f63f4faf

View File

@ -34,7 +34,7 @@ func clientMsgMeAck(m *ChatWarsMessageMeAck) {
State: m.State,
LastUpdate: m.Msg.Date,
}
clientsCW.Store(m.Msg.UserID64) = &c
clientsCW.Store(m.Msg.UserID64, &c)
if getObjGuildID(``) != m.GuildID64 {
clientSendCWMsg(m.Msg.UserID64, "/g_roles")
}