diff --git a/main.go b/main.go index 626f0f4..5cbff38 100644 --- a/main.go +++ b/main.go @@ -126,7 +126,7 @@ func main() { MQTGCmdQueue = make(chan TGCommand, MQTGCmdQueueSize) clientsQueue = make(map[int64]*MQClient) clientsKeepAlive = make(map[int64]*MQKeepAlive) - clientsProfile = make(map[int64]*ChatWarsClient) + clientsCW = make(map[int64]*ChatWarsClient) for w := 1; w <= MQGetMsgWorkers; w++ { go MQGetMsgWorker(w, MQCWMsgQueue)