1
This commit is contained in:
parent
2c97a55548
commit
224d24296a
@ -73,6 +73,9 @@ void MatchMgr::_CMJoin(f8::MsgHdr& hdr, const cs::CMJoin& msg)
|
|||||||
|
|
||||||
bool MatchMgr::NeedMatch(const cs::CMJoin& msg)
|
bool MatchMgr::NeedMatch(const cs::CMJoin& msg)
|
||||||
{
|
{
|
||||||
|
#if 1
|
||||||
|
return false;
|
||||||
|
#endif
|
||||||
bool need = !msg.team_uuid().empty() &&
|
bool need = !msg.team_uuid().empty() &&
|
||||||
msg.team_mode() == 1 &&
|
msg.team_mode() == 1 &&
|
||||||
msg.auto_fill() &&
|
msg.auto_fill() &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user