This commit is contained in:
azw 2023-04-09 12:24:56 +00:00
parent a3d545e928
commit b1bd720df0

View File

@ -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;
}