移除9003特殊处理

This commit is contained in:
aozhiwei 2020-12-28 10:53:17 +08:00
parent ba1d9db0c9
commit 58e7d6df7e

View File

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