diff --git a/server/wsproxy/mastermgr.cc b/server/wsproxy/mastermgr.cc index ff178a1..79d8469 100644 --- a/server/wsproxy/mastermgr.cc +++ b/server/wsproxy/mastermgr.cc @@ -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; }