This commit is contained in:
shoopea 2019-05-15 10:19:43 +08:00
parent 5125130724
commit 72cf245064

View File

@ -71,7 +71,7 @@ var (
ownUserID64 = int64(0) ownUserID64 = int64(0)
ownUserID32 = int32(0) ownUserID32 = int32(0)
lastOwnTDMsg = time.Time lastOwnTDMsg time.Time
MQCWMsgQueue chan ChatWarsMessage MQCWMsgQueue chan ChatWarsMessage
MQCWCmdQueue chan ChatWarsCommand MQCWCmdQueue chan ChatWarsCommand
) )