diff --git a/server/gameserver/matchmgr.cc b/server/gameserver/matchmgr.cc index 34c1ab2a..db10de53 100644 --- a/server/gameserver/matchmgr.cc +++ b/server/gameserver/matchmgr.cc @@ -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() &&