From b1bd720df0fd0d222f0ab1281a6d36b241d85712 Mon Sep 17 00:00:00 2001 From: azw Date: Sun, 9 Apr 2023 12:24:56 +0000 Subject: [PATCH] 1 --- server/wsproxy/mastermgr.cc | 17 ----------------- 1 file changed, 17 deletions(-) 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; }