1
This commit is contained in:
parent
f6b1961819
commit
a01843a6a0
@ -51,7 +51,11 @@ static RoomType_e GetHumanRoomType(const cs::CMJoin& msg)
|
|||||||
case 3:
|
case 3:
|
||||||
case 4:
|
case 4:
|
||||||
{
|
{
|
||||||
|
if (msg.team_uuid().empty()) {
|
||||||
|
return RT_NewBrid;
|
||||||
|
} else {
|
||||||
|
return RT_MidBrid;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user