移除9003特殊处理
This commit is contained in:
parent
ba1d9db0c9
commit
58e7d6df7e
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user