This commit is contained in:
aozhiwei 2020-07-17 10:22:37 +08:00
parent 5b2be5aedf
commit a773c855dd

View File

@ -64,22 +64,6 @@ static RoomType_e GetHumanRoomType(const cs::CMJoin& msg, int& game_times)
return RT_NewBrid;
} else if (game_times == 1) {
return RT_MidBrid;
} else {
switch (game_times) {
case 2:
{
if (msg.team_uuid().empty()) {
return RT_NewBrid;
} else {
return RT_OldBrid1;
}
}
break;
default:
{
}
break;
}
}
}