From 76c511efa21bcd714e2ad1bab0dcde5e1f1596d3 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 10 Aug 2020 18:05:58 +0800 Subject: [PATCH] 1 --- server/wsproxy/app.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/wsproxy/app.cc b/server/wsproxy/app.cc index 63ad213..1f776b2 100644 --- a/server/wsproxy/app.cc +++ b/server/wsproxy/app.cc @@ -447,7 +447,7 @@ void App::ProcessClientMsg(f8::MsgHdr& hdr) MasterSvrMgr::Instance()->RequestTargetServer(hdr, msg.team_uuid(), msg.account_id(), - "", + msg.server_info(), 1); } }