This commit is contained in:
aozhiwei 2023-03-16 12:47:00 +08:00
parent 2c97a55548
commit 224d24296a

View File

@ -73,6 +73,9 @@ void MatchMgr::_CMJoin(f8::MsgHdr& hdr, const cs::CMJoin& msg)
bool MatchMgr::NeedMatch(const cs::CMJoin& msg)
{
#if 1
return false;
#endif
bool need = !msg.team_uuid().empty() &&
msg.team_mode() == 1 &&
msg.auto_fill() &&