This commit is contained in:
aozhiwei 2024-08-28 17:42:43 +08:00
parent 04506acb20
commit 48de22c611

View File

@ -181,6 +181,9 @@ int RoomMgr::OverRoomNum()
std::shared_ptr<Room> RoomMgr::GetJoinableRoom(std::shared_ptr<CustomBattle> p)
{
if (p->IsNewBieBattle()) {
return nullptr;
}
if (p->IsMoba()) {
return nullptr;
}