1
This commit is contained in:
parent
a3d545e928
commit
b1bd720df0
@ -73,23 +73,6 @@ void MasterMgr::RequestTargetServer(f8::MsgHdr& hdr,
|
||||
int is_reconnect,
|
||||
int proto_version)
|
||||
{
|
||||
#if 0
|
||||
#if GAME_ID == 9003
|
||||
{
|
||||
UpStream* conn = UpStreamMgr::Instance()->RecreateUpStream(
|
||||
"10.10.4.4",
|
||||
8951
|
||||
);
|
||||
if (conn) {
|
||||
f8::MsgHdr* new_hdr = hdr.Clone();
|
||||
conn->ForwardClientMsgEx(new_hdr);
|
||||
return;
|
||||
} else {
|
||||
abort();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
if (GetContextIdBySocket(hdr.socket_handle) != 0) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user