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