diff --git a/server/wsproxy/mastersvrmgr.cc b/server/wsproxy/mastersvrmgr.cc index 0930318..a094b9d 100644 --- a/server/wsproxy/mastersvrmgr.cc +++ b/server/wsproxy/mastersvrmgr.cc @@ -75,6 +75,7 @@ void MasterSvrMgr::RequestTargetServer(f8::MsgHdr& hdr, int is_reconnect, int proto_version) { + #if 0 #if GAME_ID == 9003 { TargetConn* conn = TargetConnMgr::Instance()->RecreateTargetConn( @@ -90,6 +91,7 @@ void MasterSvrMgr::RequestTargetServer(f8::MsgHdr& hdr, } } #endif + #endif if (GetContextIdBySocket(hdr.socket_handle) != 0) { return; }