1
This commit is contained in:
parent
4079a7807d
commit
df01438e16
@ -77,7 +77,8 @@ void MasterSvrMgr::RequestTargetServer(f8::MsgHdr& hdr, const std::string& team_
|
|||||||
8951
|
8951
|
||||||
);
|
);
|
||||||
if (conn) {
|
if (conn) {
|
||||||
conn->ForwardClientMsgEx(hdr);
|
f8::MsgHdr* new_hdr = hdr.Clone();
|
||||||
|
conn->ForwardClientMsgEx(new_hdr);
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
abort();
|
abort();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user