This commit is contained in:
aozhiwei 2020-07-08 15:36:07 +08:00
parent f6b1961819
commit a01843a6a0

View File

@ -51,7 +51,11 @@ static RoomType_e GetHumanRoomType(const cs::CMJoin& msg)
case 3:
case 4:
{
if (msg.team_uuid().empty()) {
return RT_NewBrid;
} else {
return RT_MidBrid;
}
}
break;
default: