typo
This commit is contained in:
parent
5125130724
commit
72cf245064
2
main.go
2
main.go
@ -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
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user