diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index a0dae41..6a6c4a2 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -444,6 +444,8 @@ func HandlerLogin(w http.ResponseWriter, data string, uuid int, token string) { fmt.Fprint(w, string(respstr)) return } + uinfo.Gameid = rdata.Gameid + uinfo.Channel = rdata.Channel uinfo.IsNew = 1 resp.Data.Nickname = uinfo.NickName resp.Data.UserId = strconv.Itoa(rdata.UserId) -- libgit2 0.21.0