diff --git a/server/wsproxy/mastersvrmgr.cc b/server/wsproxy/mastersvrmgr.cc index 24036c8..a501985 100644 --- a/server/wsproxy/mastersvrmgr.cc +++ b/server/wsproxy/mastersvrmgr.cc @@ -77,7 +77,8 @@ void MasterSvrMgr::RequestTargetServer(f8::MsgHdr& hdr, const std::string& team_ 8951 ); if (conn) { - conn->ForwardClientMsgEx(hdr); + f8::MsgHdr* new_hdr = hdr.Clone(); + conn->ForwardClientMsgEx(new_hdr); return; } else { abort();