diff --git a/server/gameserver/roommgr.cc b/server/gameserver/roommgr.cc index 7997433..e7444ae 100644 --- a/server/gameserver/roommgr.cc +++ b/server/gameserver/roommgr.cc @@ -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: