1
This commit is contained in:
parent
5b2be5aedf
commit
a773c855dd
@ -64,22 +64,6 @@ static RoomType_e GetHumanRoomType(const cs::CMJoin& msg, int& game_times)
|
|||||||
return RT_NewBrid;
|
return RT_NewBrid;
|
||||||
} else if (game_times == 1) {
|
} else if (game_times == 1) {
|
||||||
return RT_MidBrid;
|
return RT_MidBrid;
|
||||||
} else {
|
|
||||||
switch (game_times) {
|
|
||||||
case 2:
|
|
||||||
{
|
|
||||||
if (msg.team_uuid().empty()) {
|
|
||||||
return RT_NewBrid;
|
|
||||||
} else {
|
|
||||||
return RT_OldBrid1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
{
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user