1
This commit is contained in:
parent
ce050856f8
commit
7129bcb4be
@ -1854,7 +1854,8 @@ bool Room::GenSmallCircle()
|
||||
|
||||
void Room::MatchTeam(Human* hum)
|
||||
{
|
||||
if (!hum->team_uuid.empty()) {
|
||||
if (!hum->team_uuid.empty() &&
|
||||
GetMapModeMeta()->mapMode() != mt::kCircuitMatchMode) {
|
||||
{
|
||||
bool match_ok = false;
|
||||
TraverseHumanList
|
||||
|
Loading…
x
Reference in New Issue
Block a user