test
This commit is contained in:
parent
99153849bb
commit
49f63f4faf
@ -34,7 +34,7 @@ func clientMsgMeAck(m *ChatWarsMessageMeAck) {
|
|||||||
State: m.State,
|
State: m.State,
|
||||||
LastUpdate: m.Msg.Date,
|
LastUpdate: m.Msg.Date,
|
||||||
}
|
}
|
||||||
clientsCW.Store(m.Msg.UserID64) = &c
|
clientsCW.Store(m.Msg.UserID64, &c)
|
||||||
if getObjGuildID(``) != m.GuildID64 {
|
if getObjGuildID(``) != m.GuildID64 {
|
||||||
clientSendCWMsg(m.Msg.UserID64, "/g_roles")
|
clientSendCWMsg(m.Msg.UserID64, "/g_roles")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user